Add session affinity to service for stable LiveView websockets
This commit is contained in:
parent
2de94e2318
commit
aacf51637e
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ metadata:
|
|||
namespace: prop
|
||||
spec:
|
||||
type: ClusterIP
|
||||
sessionAffinity: ClientIP
|
||||
sessionAffinityConfig:
|
||||
clientIP:
|
||||
timeoutSeconds: 3600
|
||||
selector:
|
||||
app: prop
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue