Skip to content

Commit 52b6198

Browse files
committed
chore(registry): change nodes to pod affinity
1 parent be326e2 commit 52b6198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/registry/templates/registry-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
labels:
2323
app: drycc-registry
2424
spec:
25-
{{- include "common.affinities.nodes.soft" (dict "key" "app" "values" (list "drycc-registry")) | indent 6 }}
25+
{{- include "common.affinities.pods.soft" (dict "key" "app" "values" (list "drycc-registry")) | indent 6 }}
2626
serviceAccount: drycc-registry
2727
initContainers:
2828
- name: drycc-registry-init

0 commit comments

Comments
 (0)