Skip to content

Commit

Permalink
support topology spread constraints in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jabdoa2 authored and toelke committed Apr 29, 2024
1 parent 1f5d59a commit 3b0efd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/wave/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ spec:
nodeSelector: {{ toYaml .Values.nodeSelector | nindent 8 }}
affinity: {{ toYaml .Values.affinity | nindent 8 }}
tolerations: {{ toYaml .Values.tolerations | nindent 8 }}
topologySpreadConstraints: {{ toYaml .Values.topologySpreadConstraints | nindent 8 }}
volumes: {{ toYaml .Values.extraVolumes | nindent 8 }}
6 changes: 6 additions & 0 deletions charts/wave/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,14 @@ resources: {}
# cpu: 100m
# memory: 128Mi

# node tolerations for wave pod
tolerations: []

# (anti-)affinity for wave pods
affinity: {}

# topologySpreadConstraints for the wave pods
topologySpreadConstraints: []

# extra annotations for wave pods
podAnnotations: {}

0 comments on commit 3b0efd4

Please sign in to comment.