File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ type: application
1111
1212# This is the chart version. This version number should be incremented each time you make changes
1313# to the chart and its templates, including the app version.
14- version : 30.33 .0
14+ version : 30.34 .0
1515
1616# This is the version number of the application being deployed. This version number should be
1717# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ matchLabelKeys:
2121{{- define "_snippet-topologySpreadConstraints" }}
2222{{- if (.Values.includeDefaultTopologySpreadConstraints | default false) }}
2323topologySpreadConstraints:
24- - maxSkew: 1
24+ - maxSkew: 2
2525 topologyKey: topology.kubernetes.io/zone
2626 whenUnsatisfiable: ScheduleAnyway
2727 nodeTaintsPolicy: Honor
2828 {{- include "_snippet-selectors" . | nindent 2 }}
29- - maxSkew: 3
29+ - maxSkew: 5
3030 topologyKey: kubernetes.io/hostname
3131 whenUnsatisfiable: ScheduleAnyway
3232 nodeTaintsPolicy: Honor
Original file line number Diff line number Diff line change 3434 value : topology.kubernetes.io/zone
3535 - equal :
3636 path : spec.template.spec.topologySpreadConstraints[0].maxSkew
37- value : 1
37+ value : 2
3838 - equal :
3939 path : spec.template.spec.topologySpreadConstraints[0].whenUnsatisfiable
4040 value : ScheduleAnyway
4343 value : kubernetes.io/hostname
4444 - equal :
4545 path : spec.template.spec.topologySpreadConstraints[1].maxSkew
46- value : 3
46+ value : 5
4747 - equal :
4848 path : spec.template.spec.topologySpreadConstraints[1].whenUnsatisfiable
4949 value : ScheduleAnyway
You can’t perform that action at this time.
0 commit comments