Skip to content

Commit

Permalink
Add ingressClassName: nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo authored Nov 27, 2023
1 parent e54267c commit 53586ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/flowable/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ metadata:
{{- end }}
kubernetes.io/ingress.class: "{{ .Values.ingress.class }}"
spec:
ingressClassName: nginx
rules:
{{- if .Values.ingress.useHost }}
- host: {{ .Values.host.external }}
Expand Down

0 comments on commit 53586ef

Please sign in to comment.