Skip to content

Commit

Permalink
add lint values for topologySpreadConstraints
Browse files Browse the repository at this point in the history
Signed-off-by: David Roberts <[email protected]>
  • Loading branch information
DavidRobertsOrbis committed Sep 11, 2024
1 parent c218d6d commit aab52c5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions charts/backstage/ci/topologySpreadConstraints-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
backstage:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app.kubernetes.io/component: backstage
matchLabelKeys:
- pod-template-hash

- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app.kubernetes.io/component: backstage
matchLabelKeys:
- pod-template-hash

0 comments on commit aab52c5

Please sign in to comment.