Skip to content

feat: support for topologySpreadConstraints

Pod Topology Spread Constraints is now a Stable feature as of K8s v1.19+, and a feature gate within v1.18.

This property set falls underneath .template.spec of Deployment/StatefulSet (.spec of Pods).

This merge request supports this new feature by introducing a new value - topologySpreadConstraints - into the helm chart.

Related issues:

Merge request reports