Skip to content

Commit

Permalink
feat: change name on session-cookie-name
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit committed Mar 27, 2024
1 parent fbc2e55 commit b350e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katalog/pomerium/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
nginx.ingress.kubernetes.io/proxy-buffer-size: "16k"
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/affinity: "cookie"
nginx.ingress.kubernetes.io/session-cookie-name: "pomerium_route"
nginx.ingress.kubernetes.io/session-cookie-name: "FURYPOMERIUMCOOKIE"
nginx.ingress.kubernetes.io/session-cookie-expires: "172800"
nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"
spec:
Expand Down

0 comments on commit b350e5c

Please sign in to comment.