Skip to content

Commit

Permalink
feat: add topology spread to fullboard play as well
Browse files Browse the repository at this point in the history
  • Loading branch information
zdraganov committed May 31, 2024
1 parent f628cf5 commit d2fee3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chart/templates/fullboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ spec:
{{ $k }}: "{{ $v }}"
{{ end }}
{{ end }}
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app: intobridge
workload: robot
serviceAccountName: {{ .Values.serviceAccount }}
containers:
- name: worker
Expand Down

0 comments on commit d2fee3c

Please sign in to comment.