Skip to content

Commit e2f1f8c

Browse files
committed
Include alias in Prometheus endpoint
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 5d1840c commit e2f1f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/manifests/prometheus/ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
spec:
1010
hosts:
1111
- system-prometheus.{{ .Values.hosted_zone }}
12+
- system-prometheus-{{ .Cluster.Alias }}.{{ .Values.hosted_zone }}
1213
backends:
1314
- name: prometheus
1415
type: service

0 commit comments

Comments
 (0)