7057def52b
Mounted internal TLS CA certificate to be able to communicate with prometheus and elasticsearch. Change-Id: I1fc5e1e7c46a95f50487eea5924a13bdcad51b51
18 lines
238 B
YAML
18 lines
238 B
YAML
---
|
|
endpoints:
|
|
monitoring:
|
|
scheme:
|
|
default: "https"
|
|
port:
|
|
http:
|
|
default: 443
|
|
elasticsearch:
|
|
scheme:
|
|
default: "https"
|
|
port:
|
|
http:
|
|
default: 443
|
|
manifests:
|
|
certificates: true
|
|
...
|