Helm: Add ingressClassName

This commit is contained in:
Johannes Schnatterer
2026-01-27 16:18:21 +00:00
committed by Viktor Egorov
parent f0144c96b0
commit 676628ce1e
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
- type: added
description: IngressClassName to helm chart

View File

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

View File

@@ -51,6 +51,8 @@ service:
ingress:
# ingress.enabled -- Enables ingress
enabled: false
# ingress.ingressClassName -- Ingress class name
# ingressClassName: "nginx"
# ingress.annotations -- Ingress annotations
annotations: {}
# kubernetes.io/ingress.class: nginx