Skip to content

Commit

Permalink
Merge pull request #8 from dmitrygribenchuk/ingress_classname
Browse files Browse the repository at this point in the history
add ingress className
  • Loading branch information
mikesindieiev authored Jul 31, 2024
2 parents cab5c3a + a030d8a commit a99e9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/directus/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
ingressClassName: {{ .Values.ingress.className }}
{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}
Expand Down
1 change: 1 addition & 0 deletions charts/directus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ service:

ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
Expand Down

0 comments on commit a99e9ce

Please sign in to comment.