From 0d5ad68581bdf0eea4600991ac19883b35a8a583 Mon Sep 17 00:00:00 2001 From: Chris Roemmich Date: Tue, 28 Mar 2017 16:57:34 -0500 Subject: [PATCH] fix(charts): Set sessionAffinity in registry service Sets the sessionAffinity on the deis-registry service to fix pushes when multiple registry replicas are deployed. Fixes #84 --- charts/registry/templates/registry-service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/registry/templates/registry-service.yaml b/charts/registry/templates/registry-service.yaml index 86222c1..b5938c1 100644 --- a/charts/registry/templates/registry-service.yaml +++ b/charts/registry/templates/registry-service.yaml @@ -12,4 +12,5 @@ spec: targetPort: 5000 selector: app: deis-registry + sessionAffinity: ClientIP {{- end }}