Skip to content

Commit aa8814f

Browse files
author
Matthew Fisher
authored
Merge pull request #87 from croemmich/fix-multiple-replicas
fix(charts): Set sessionAffinity in registry service
2 parents 3fa49e1 + 0d5ad68 commit aa8814f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/registry/templates/registry-service.yaml

+1
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)