浏览代码

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.
Josef Fröhle 1 年之前
父节点
当前提交
f516f12b13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      openshift/wekan.yml

+ 1 - 1
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