add cookie expires document and fix a flaw for session-cookie-expires
This commit is contained in:
parent
1e0268ad5b
commit
7aa5834948
4 changed files with 10 additions and 4 deletions
|
|
@ -6,6 +6,8 @@ metadata:
|
|||
nginx.ingress.kubernetes.io/affinity: "cookie"
|
||||
nginx.ingress.kubernetes.io/session-cookie-name: "route"
|
||||
nginx.ingress.kubernetes.io/session-cookie-hash: "sha1"
|
||||
nginx.ingress.kubernetes.io/session-cookie-expires: "172800"
|
||||
nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"
|
||||
|
||||
spec:
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue