Skip to content

Commit

Permalink
support topologySpreadConstraints in Deployment config (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored Jan 28, 2025
1 parent 02fe58c commit e072a1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kiali-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,9 @@ spec:
nodeSelector:
{{- toYaml .Values.deployment.node_selector | nindent 8 }}
{{- end }}
{{- if .Values.deployment.topology_spread_constraints }}
topologySpreadConstraints:
{{- toYaml .Values.deployment.topology_spread_constraints | nindent 8 }}
{{- end }}
...
{{- end }}
1 change: 1 addition & 0 deletions kiali-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ deployment:
service_annotations: {}
service_type: ""
tolerations: []
topology_spread_constraints: []
version_label: ${HELM_IMAGE_TAG} # v1.39 # v1.39.0 # see: https://quay.io/repository/kiali/kiali?tab=tags
view_only_mode: false

Expand Down

0 comments on commit e072a1a

Please sign in to comment.