mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-22 00:43:03 +00:00
fix: add ingressClassName in web component ingress
This commit is contained in:
parent
f9aaf78d45
commit
8373e9b29b
@ -13,6 +13,9 @@ metadata:
|
|||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
|
{{- if .Values.ingress.ingressClassName }}
|
||||||
|
ingressClassName: {{- .Values.ingress.ingressClassName }}
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.ingress.tls }}
|
{{- if .Values.ingress.tls }}
|
||||||
tls:
|
tls:
|
||||||
{{- range .Values.ingress.tls }}
|
{{- range .Values.ingress.tls }}
|
||||||
|
Loading…
Reference in New Issue
Block a user