fix(assist): ingress session id
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
2e96a072e9
commit
187a69a61a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ metadata:
|
|||
add_header 'Access-Control-Max-Age' 1728000;
|
||||
add_header 'Content-Type' 'text/plain charset=UTF-8';
|
||||
|
||||
nginx.ingress.kubernetes.io/upstream-hash-by: $session_id
|
||||
nginx.ingress.kubernetes.io/upstream-hash-by: $sessionid
|
||||
|
||||
{{- with .Values.ingress.annotations }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue