Merge pull request #5136 from Dexus/patch-1

Make sessinAffinity stickable to clientIP
This commit is contained in:
Lauri Ojansivu 2023-09-18 16:28:52 +03:00 committed by GitHub
commit 31f8c54571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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