Bläddra i källkod

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 år sedan
förälder
incheckning
f516f12b13
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      openshift/wekan.yml

+ 1 - 1
openshift/wekan.yml

@@ -62,7 +62,7 @@ objects:
       targetPort: 8080
       targetPort: 8080
     selector:
     selector:
       name: "${WEKAN_SERVICE_NAME}"
       name: "${WEKAN_SERVICE_NAME}"
-    sessionAffinity: None
+    sessionAffinity: ClientIP
     type: ClusterIP
     type: ClusterIP
 - apiVersion: v1
 - apiVersion: v1
   kind: Service
   kind: Service