We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fe58c commit e072a1aCopy full SHA for e072a1a
kiali-server/templates/deployment.yaml
@@ -239,5 +239,9 @@ spec:
239
nodeSelector:
240
{{- toYaml .Values.deployment.node_selector | nindent 8 }}
241
{{- end }}
242
+ {{- if .Values.deployment.topology_spread_constraints }}
243
+ topologySpreadConstraints:
244
+ {{- toYaml .Values.deployment.topology_spread_constraints | nindent 8 }}
245
+ {{- end }}
246
...
247
kiali-server/values.yaml
@@ -94,6 +94,7 @@ deployment:
94
service_annotations: {}
95
service_type: ""
96
tolerations: []
97
+ topology_spread_constraints: []
98
version_label: ${HELM_IMAGE_TAG} # v1.39 # v1.39.0 # see: https://quay.io/repository/kiali/kiali?tab=tags
99
view_only_mode: false
100
0 commit comments