To improve the availability of scaler and operator by utilizing topologySpreadConstraints.
Use-Case
Tell us more what you'd like to achieve
- Add
topologySpreadConstraints support for scaler and operator.
Specification
# reference piece code from interceptor deployment manifest
{{- with .Values.interceptor.topologySpreadConstraints }}
topologySpreadConstraints:
{{- toYaml . | nindent 8 }}