Skip to content

Commit

Permalink
remove the zone constraint, since the test environment is more limited
Browse files Browse the repository at this point in the history
Signed-off-by: David Roberts <[email protected]>
  • Loading branch information
DavidRobertsOrbis committed Oct 14, 2024
1 parent 91d9ea9 commit ff8f400
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions charts/backstage/ci/topologySpreadConstraints-values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
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
Expand Down

0 comments on commit ff8f400

Please sign in to comment.