Skip to content

Commit

Permalink
feat: add topology to dragonfly
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Feb 6, 2024
1 parent 72cefeb commit dda4413
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ spec:
limits:
cpu: 600m
memory: 750Mi
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app.kubernetes.io/name: dragonfly

0 comments on commit dda4413

Please sign in to comment.