mirror of
https://github.com/jprdonnelly/kubernetes-cluster.git
synced 2025-12-19 18:05:19 -05:00
Updated FQDN to .local by default
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user