Browse Source

Merge pull request #5136 from Dexus/patch-1

Make sessinAffinity stickable to clientIP
Lauri Ojansivu 1 năm trước cách đây
mục cha
commit
31f8c54571
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