Skip to content

Commit 92c7781

Browse files
committed
chore(redis): change nodes to pod affinity
1 parent 5bfb64b commit 92c7781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/redis/templates/redis-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
labels:
1919
app: drycc-redis
2020
spec:
21-
{{- include "common.affinities.nodes.soft" (dict "key" "app" "values" (list "drycc-redis")) | indent 6 }}
21+
{{- include "common.affinities.pods.soft" (dict "key" "app" "values" (list "drycc-redis")) | indent 6 }}
2222
containers:
2323
- name: drycc-redis
2424
image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/redis:{{ .Values.imageTag }}

0 commit comments

Comments
 (0)