Skip to content

Commit 8cc65ad

Browse files
committed
chore(monitor): new ingress style
1 parent cce75df commit 8cc65ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

charts/monitor/templates/monitor-grafana-ingress.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ metadata:
99
heritage: "{{ .Release.Service }}"
1010
annotations:
1111
kubernetes.io/tls-acme: "true"
12-
{{- if not (eq .Values.global.ingressClass "") }}
13-
kubernetes.io/ingress.class: "{{ .Values.global.ingressClass }}"
14-
{{ end }}
1512
spec:
13+
{{- if not (eq .Values.global.ingressClass "") }}
14+
ingressClassName: "{{ .Values.global.ingressClass }}"
15+
{{ end }}
1616
rules:
1717
- host: drycc-monitor-grafana.{{ .Values.global.platformDomain }}
1818
http:

0 commit comments

Comments
 (0)