Skip to content

Commit 42c2860

Browse files
committed
chore(database): change nodes to pod affinity
1 parent 3666b67 commit 42c2860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/database/templates/database-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
labels:
2020
app: drycc-database
2121
spec:
22-
{{- include "common.affinities.nodes.soft" (dict "key" "app" "values" (list "drycc-database")) | indent 6 }}
22+
{{- include "common.affinities.pods.soft" (dict "key" "app" "values" (list "drycc-database")) | indent 6 }}
2323
serviceAccount: drycc-database
2424
initContainers:
2525
- name: drycc-database-init

0 commit comments

Comments
 (0)