Skip to content

Commit

Permalink
Add support for ingressClassName #34
Browse files Browse the repository at this point in the history
  • Loading branch information
amorabito committed Nov 16, 2023
1 parent c03ca93 commit 21aba40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/wger/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ metadata:
{{- end }}
{{- end }}
spec:
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- end }}
{{- if .Values.ingress.tls }}
tls:
- hosts:
Expand Down
1 change: 1 addition & 0 deletions charts/wger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ celery:

ingress:
enabled: false
ingressClassName:
url: fit.example.com
tls: true
annotations: {}
Expand Down

0 comments on commit 21aba40

Please sign in to comment.