From 62c6a3cb6e159eb7e64a82986b1b54a585d64e6a Mon Sep 17 00:00:00 2001 From: TeadRIM Date: Wed, 19 Nov 2025 10:08:56 +0300 Subject: [PATCH] ScheduleAnyway for topology spread --- charts/statefull/Chart.yaml | 2 +- charts/statefull/templates/statefulset.yaml | 2 +- charts/stateless/Chart.yaml | 2 +- charts/stateless/templates/deployment.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/statefull/Chart.yaml b/charts/statefull/Chart.yaml index a2c7329..0be90b4 100644 --- a/charts/statefull/Chart.yaml +++ b/charts/statefull/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for statefull vality services name: statefull -version: 1.0.29 \ No newline at end of file +version: 1.0.30 \ No newline at end of file diff --git a/charts/statefull/templates/statefulset.yaml b/charts/statefull/templates/statefulset.yaml index 0285dc3..8cab514 100644 --- a/charts/statefull/templates/statefulset.yaml +++ b/charts/statefull/templates/statefulset.yaml @@ -122,7 +122,7 @@ spec: app.kubernetes.io/instance: {{ .Release.Name }} maxSkew: 1 topologyKey: topology.kubernetes.io/zone - whenUnsatisfiable: DoNotSchedule + whenUnsatisfiable: ScheduleAnyway {{- end }} {{- end }} {{- if .Values.storage }} volumeClaimTemplates: diff --git a/charts/stateless/Chart.yaml b/charts/stateless/Chart.yaml index bf85620..89c3e39 100644 --- a/charts/stateless/Chart.yaml +++ b/charts/stateless/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for stateless vality services name: stateless -version: 1.0.42 +version: 1.0.43 diff --git a/charts/stateless/templates/deployment.yaml b/charts/stateless/templates/deployment.yaml index 5806286..662004f 100644 --- a/charts/stateless/templates/deployment.yaml +++ b/charts/stateless/templates/deployment.yaml @@ -146,6 +146,6 @@ spec: app.kubernetes.io/instance: {{ .Release.Name }} maxSkew: 1 topologyKey: topology.kubernetes.io/zone - whenUnsatisfiable: DoNotSchedule + whenUnsatisfiable: ScheduleAnyway {{- end }} {{- end }} \ No newline at end of file