Skip to content

Commit

Permalink
fix some mistakes around topology spread constraints
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Welch <[email protected]>
  • Loading branch information
slim-bean committed Mar 22, 2024
1 parent be5e58c commit 0c6af09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
{{- toYaml .nodeSelector | nindent 8 }}
affinity:
{{- toYaml .affinity | nindent 8 }}
toplogySpreadConstraints:
topologySpreadConstraints:
{{- toYaml .topologySpreadConstraints | nindent 8 }}
tolerations:
{{- toYaml .tolerations | nindent 8 }}
Expand Down
4 changes: 2 additions & 2 deletions production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2553,7 +2553,7 @@ resultsCache:
affinity: {}
# -- topologySpreadConstraints allows to customize the default topologySpreadConstraints. This can be either a single dict as shown below or a slice of topologySpreadConstraints.
# labelSelector is taken from the constraint itself (if it exists) or is generated by the chart using the same selectors as for services.
topologySpreadConstraints: {}
topologySpreadConstraints: []
# maxSkew: 1
# topologyKey: kubernetes.io/hostname
# whenUnsatisfiable: ScheduleAnyway
Expand Down Expand Up @@ -2636,7 +2636,7 @@ chunksCache:
affinity: {}
# -- topologySpreadConstraints allows to customize the default topologySpreadConstraints. This can be either a single dict as shown below or a slice of topologySpreadConstraints.
# labelSelector is taken from the constraint itself (if it exists) or is generated by the chart using the same selectors as for services.
topologySpreadConstraints: {}
topologySpreadConstraints: []
# maxSkew: 1
# topologyKey: kubernetes.io/hostname
# whenUnsatisfiable: ScheduleAnyway
Expand Down

0 comments on commit 0c6af09

Please sign in to comment.