🔧(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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user