🔧(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

@@ -21,6 +21,10 @@ and this project adheres to
- Change most of the occurences from pad to document (#76)
- Change site from Impress to Docs (#76)
- Generate PDF from a modal (#68)
- 🔧 (helm) sticky session by request_uri for signaling server (#78)
## Delete
- Remove trigger workflow on push tags on CI (#68)
## [0.1.0] - 2024-05-24

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