mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
Revert "feat(helm-charts/infiscal-core): topologySpreadConstraints support"
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
## 1.5.1 (July 3, 2025)
|
||||
|
||||
Changes:
|
||||
* Added support for `topologySpreadConstraints` configuration in Helm chart
|
||||
|
||||
Features:
|
||||
* `topologySpreadConstraints`: Configure pod distribution across availability zones and nodes for high availability
|
||||
|
||||
## 1.5.0 (March 26, 2025)
|
||||
|
||||
Changes:
|
||||
|
||||
@@ -25,10 +25,6 @@ spec:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- with $infisicalValues.topologySpreadConstraints }}
|
||||
topologySpreadConstraints:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with $infisicalValues.affinity }}
|
||||
affinity:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
||||
@@ -80,10 +80,6 @@ infisical:
|
||||
tolerations: []
|
||||
# -- Node selector for pod placement
|
||||
nodeSelector: {}
|
||||
# -- Topology spread constraints for multi-zone deployments
|
||||
# -- Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
||||
topologySpreadConstraints: []
|
||||
|
||||
# -- Kubernetes Secret reference containing Infisical root credentials
|
||||
kubeSecretRef: "infisical-secrets"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user