infra/charts/headlamp/tests/test_cases/topology-spread-constraints.yaml
2026-03-15 11:34:51 +02:00

13 lines
391 B
YAML

# Test case for topologySpreadConstraints with automatic labelSelector population
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: ScheduleAnyway
matchLabelKeys:
- pod-template-hash
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
matchLabelKeys:
- pod-template-hash