mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Merge pull request #5136 from Dexus/patch-1
Make sessinAffinity stickable to clientIP
This commit is contained in:
commit
31f8c54571
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ objects:
|
|||
targetPort: 8080
|
||||
selector:
|
||||
name: "${WEKAN_SERVICE_NAME}"
|
||||
sessionAffinity: None
|
||||
sessionAffinity: ClientIP
|
||||
type: ClusterIP
|
||||
- apiVersion: v1
|
||||
kind: Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue