Skip to content

Commit

Permalink
fix: rename casa cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Apr 6, 2023
1 parent 8368722 commit e13fdbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
annotations:
nginx.ingress.kubernetes.io/affinity: cookie
nginx.ingress.kubernetes.io/session-cookie-hash: sha1
nginx.ingress.kubernetes.io/session-cookie-name: route
nginx.ingress.kubernetes.io/session-cookie-name: "casa-route"
nginx.ingress.kubernetes.io/proxy-next-upstream: "error timeout invalid_header http_500 http_502 http_503 http_504"
{{- if .Values.ingress.casaAdditionalAnnotations }}
{{ toYaml .Values.ingress.casaAdditionalAnnotations | indent 4 }}
Expand Down

0 comments on commit e13fdbd

Please sign in to comment.