Skip to content

Commit

Permalink
feat: add support for topologySpreadConstraints (#136)
Browse files Browse the repository at this point in the history
* Add support for define `topologySpreadConstraints`

* update version

---------

Co-authored-by: Elio Bischof <[email protected]>
  • Loading branch information
mdarii and eliobischof authored Oct 25, 2023
1 parent 098c3dc commit 1d174f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zitadel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: zitadel
description: A Helm chart for ZITADEL
type: application
appVersion: "v2.35.0"
version: 7.0.0
version: 7.1.0
kubeVersion: ">= 1.21.0-0"
icon: https://zitadel.com/zitadel-logo-dark.svg
maintainers:
Expand Down
4 changes: 4 additions & 0 deletions charts/zitadel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,7 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{- toYaml . | nindent 8 }}
{{- end }}
2 changes: 2 additions & 0 deletions charts/zitadel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ tolerations: []

affinity: {}

topologySpreadConstraints: []

initJob:
# Once ZITADEL is installed, the initJob can be disabled.
enabled: true
Expand Down

0 comments on commit 1d174f3

Please sign in to comment.