Skip to content

Commit 08acd11

Browse files
authored
preferably, workspace instances in diff nodes
1 parent c2bbcb9 commit 08acd11

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/apache-airflow/templates/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,14 +1474,14 @@ webserver:
14741474
priorityClassName: ~
14751475
affinity: {}
14761476
# default webserver affinity is:
1477-
# podAntiAffinity:
1478-
# preferredDuringSchedulingIgnoredDuringExecution:
1479-
# - podAffinityTerm:
1480-
# labelSelector:
1481-
# matchLabels:
1482-
# component: webserver
1483-
# topologyKey: kubernetes.io/hostname
1484-
# weight: 100
1477+
podAntiAffinity:
1478+
preferredDuringSchedulingIgnoredDuringExecution:
1479+
- podAffinityTerm:
1480+
labelSelector:
1481+
matchLabels:
1482+
component: webserver
1483+
topologyKey: kubernetes.io/hostname
1484+
weight: 100
14851485
tolerations: []
14861486
topologySpreadConstraints: []
14871487

0 commit comments

Comments
 (0)