🔧(helm) sticky session by request_uri

It helps to keep the same pod for the same
request_uri, so that multiple users from the
same room are not dispatched to different pods.
This commit is contained in:
Anthony LC
2024-05-28 22:31:32 +02:00
committed by Anthony LC
parent f40f0d35cb
commit b47e60d6ec
2 changed files with 5 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ ingress:
annotations:
nginx.ingress.kubernetes.io/enable-websocket: "true"
nginx.ingress.kubernetes.io/upstream-hash-by: "$request_uri"
## @param ingressAdmin.enabled whether to enable the Ingress or not
## @param ingressAdmin.className IngressClass to use for the Ingress