Skip to content

Commit

Permalink
change controller topology spread to DoNotSchedule
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 committed Sep 28, 2023
1 parent 1aae22d commit 09634d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ocean-kubernetes-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ocean-kubernetes-controller
description: A Helm chart for Ocean Controller
type: application
version: 0.1.2
version: 0.1.3
appVersion: 2.0.18
kubeVersion: ">=1.20.0-0"
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ spec:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
{{- include "ocean-kubernetes-controller.selectorLabels" . | nindent 12 }}
Expand Down

0 comments on commit 09634d3

Please sign in to comment.