We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bbcb9 commit 08acd11Copy full SHA for 08acd11
modules/apache-airflow/templates/values.yaml
@@ -1474,14 +1474,14 @@ webserver:
1474
priorityClassName: ~
1475
affinity: {}
1476
# 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
+ podAntiAffinity:
+ preferredDuringSchedulingIgnoredDuringExecution:
+ - podAffinityTerm:
+ labelSelector:
+ matchLabels:
+ component: webserver
+ topologyKey: kubernetes.io/hostname
+ weight: 100
1485
tolerations: []
1486
topologySpreadConstraints: []
1487
0 commit comments