Skip to content

Commit c0066f9

Browse files
committed
chore(helmbroker): change nodes to pod affinity
1 parent 4d21c26 commit c0066f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/helmbroker/templates/helmbroker-celery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
labels:
2222
app: drycc-helmbroker-celery
2323
spec:
24-
{{- include "common.affinities.nodes.soft" (dict "key" "app" "values" (list "drycc-helmbroker-celery")) | indent 6 }}
24+
{{- include "common.affinities.pods.soft" (dict "key" "app" "values" (list "drycc-helmbroker-celery")) | indent 6 }}
2525
serviceAccount: drycc-helmbroker
2626
containers:
2727
- name: drycc-helmbroker-celery

charts/helmbroker/templates/helmbroker-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
labels:
2222
app: drycc-helmbroker
2323
spec:
24-
{{- include "common.affinities.nodes.soft" (dict "key" "app" "values" (list "drycc-helmbroker")) | indent 6 }}
24+
{{- include "common.affinities.pods.soft" (dict "key" "app" "values" (list "drycc-helmbroker")) | indent 6 }}
2525
serviceAccount: drycc-helmbroker
2626
initContainers:
2727
- name: loader

0 commit comments

Comments
 (0)