Add session affinity to service for stable LiveView websockets

This commit is contained in:
Graham McIntire 2026-04-06 09:48:24 -05:00
parent 2de94e2318
commit aacf51637e

View file

@ -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: