Skip to content

Add topologySpreadConstraints support for scaler and operator as well #767

@Lddeiva

Description

@Lddeiva

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

  • Interceptor is the only component that is allowed to use topologySpreadConstraints in the helm chart. Need helm chart changes to support topologySpreadConstraints for scaler and operator as well.
      # reference piece code from interceptor deployment manifest
      {{- with .Values.interceptor.topologySpreadConstraints }}
      topologySpreadConstraints:
        {{- toYaml . | nindent 8 }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions