Set default value for host again

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-05-09 16:35:46 +01:00
parent 315b203082
commit 91c19f07d3

View File

@ -41,7 +41,7 @@ grafana:
labels: {} labels: {}
# -- Hosts configuration for the gateway ingress, passed through the `tpl` function to allow templating # -- Hosts configuration for the gateway ingress, passed through the `tpl` function to allow templating
hosts: hosts:
- host: "" - host: monitoring.example.com
paths: paths:
- path: / - path: /
# -- pathType (e.g. ImplementationSpecific, Prefix, .. etc.) might also be required by some Ingress Controllers # -- pathType (e.g. ImplementationSpecific, Prefix, .. etc.) might also be required by some Ingress Controllers