Updated FQDN to .local by default

This commit is contained in:
jprdonnelly
2020-01-10 09:55:15 -05:00
parent 6964b964db
commit dffc277a84

View File

@@ -109,7 +109,7 @@ alertmanager:
## Must be provided if Ingress is enabled ## Must be provided if Ingress is enabled
## ##
hosts: hosts:
- alertmanager.aks - alertmanager.local
# - domain.com/alertmanager # - domain.com/alertmanager
## alertmanager Ingress TLS configuration ## alertmanager Ingress TLS configuration
@@ -663,7 +663,7 @@ server:
## Must be provided if Ingress is enabled ## Must be provided if Ingress is enabled
## ##
hosts: hosts:
- prometheus.aks - prometheus.local
# - domain.com/prometheus # - domain.com/prometheus
## Prometheus server Ingress TLS configuration ## Prometheus server Ingress TLS configuration
@@ -887,7 +887,7 @@ pushgateway:
## Must be provided if Ingress is enabled ## Must be provided if Ingress is enabled
## ##
hosts: hosts:
- pushgateway.aks - pushgateway.local
# - domain.com/pushgateway # - domain.com/pushgateway
## pushgateway Ingress TLS configuration ## pushgateway Ingress TLS configuration