181cbf5599
The change enables TLS for the ingress path of Grafana and Kibana. Change-Id: I1bca5a3d78421873bff275d315ec0cca6682a498
25 lines
440 B
YAML
25 lines
440 B
YAML
---
|
|
conf:
|
|
kibana:
|
|
elasticsearch:
|
|
ssl:
|
|
certificateAuthorities: ["/etc/elasticsearch/certs/ca.crt"]
|
|
verificationMode: certificate
|
|
endpoints:
|
|
elasticsearch:
|
|
scheme:
|
|
default: "https"
|
|
port:
|
|
http:
|
|
default: 443
|
|
kibana:
|
|
host_fqdn_override:
|
|
default:
|
|
tls:
|
|
issuerRef:
|
|
name: ca-issuer
|
|
kind: ClusterIssue
|
|
manifests:
|
|
certificates: true
|
|
...
|