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
|
namespace: prop
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
sessionAffinity: ClientIP
|
||||||
|
sessionAffinityConfig:
|
||||||
|
clientIP:
|
||||||
|
timeoutSeconds: 3600
|
||||||
selector:
|
selector:
|
||||||
app: prop
|
app: prop
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue