From f516f12b1304a026151ba7b6b05a4af172dbe2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Mon, 18 Sep 2023 12:12:35 +0200 Subject: [PATCH] Make sessinAffinity stickable to clientIP This would help, but not fix #5120. It's now supports the running of multiple pods for scaling, without the issue that the session will not known on the backend pod. --- openshift/wekan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/wekan.yml b/openshift/wekan.yml index d71f9064c..0a6f14cd0 100644 --- a/openshift/wekan.yml +++ b/openshift/wekan.yml @@ -62,7 +62,7 @@ objects: targetPort: 8080 selector: name: "${WEKAN_SERVICE_NAME}" - sessionAffinity: None + sessionAffinity: ClientIP type: ClusterIP - apiVersion: v1 kind: Service