Skip to content

Commit 0d5ad68

Browse files
committed
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
1 parent 3fa49e1 commit 0d5ad68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

charts/registry/templates/registry-service.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ spec:
1212
targetPort: 5000
1313
selector:
1414
app: deis-registry
15+
sessionAffinity: ClientIP
1516
{{- end }}

0 commit comments

Comments
 (0)