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

12 lines
353 B
YAML

# Test case for topologySpreadConstraints with custom labelSelector
topologySpreadConstraints:
- maxSkew: 2
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
app.kubernetes.io/name: headlamp
custom-label: custom-value
matchLabelKeys:
- pod-template-hash