Skip to content

Commit

Permalink
fix(charts): Set sessionAffinity in registry service
Browse files Browse the repository at this point in the history
Sets the sessionAffinity on the deis-registry service to fix pushes when multiple registry replicas are deployed.
Fixes #84
  • Loading branch information
croemmich committed Mar 29, 2017
1 parent 3fa49e1 commit 0d5ad68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/registry/templates/registry-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ spec:
targetPort: 5000
selector:
app: deis-registry
sessionAffinity: ClientIP
{{- end }}

0 comments on commit 0d5ad68

Please sign in to comment.