Browse Source

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 năm trước cách đây
mục cha
commit
f516f12b13
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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