Skip to content

Commit

Permalink
fix nginx ingress class name in annotations (#117)
Browse files Browse the repository at this point in the history
fix #107

Signed-off-by: zhenyatsk <[email protected]>
  • Loading branch information
zhenyatsk authored Jan 20, 2025
1 parent 57303b2 commit 1c71ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keep/templates/ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
app.kubernetes.io/component: networking
annotations:
{{- if or (eq .Values.global.ingress.className "nginx") (eq .Values.global.ingress.classType "nginx") }}
kubernetes.io/ingress.class: "nginx"
kubernetes.io/ingress.class: {{ .Values.global.ingress.className }}
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-connect-timeout: "3600"
Expand Down

0 comments on commit 1c71ffe

Please sign in to comment.