mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 08:55:29 +02:00
Helm: Add ingressClassName
This commit is contained in:
committed by
Viktor Egorov
parent
f0144c96b0
commit
676628ce1e
2
gradle/changelog/helm_ingress_class.yaml
Normal file
2
gradle/changelog/helm_ingress_class.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: added
|
||||
description: IngressClassName to helm chart
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user