fix: add ingressClassName in web component ingress

This commit is contained in:
ChingCdesu 2024-12-18 14:56:46 +08:00 committed by GitHub
parent f9aaf78d45
commit 8373e9b29b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,9 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{- .Values.ingress.ingressClassName }}
{{- end }}
{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}