Skip to content

Commit

Permalink
fix: add some topos back that still need it
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Oct 28, 2024
1 parent d73096c commit 80986c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubernetes/main/apps/kube-system/fstrim/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ spec:
defaultPodOptions:
hostNetwork: true
hostPID: true
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app.kubernetes.io/name: *app
persistence:
procfs:
type: hostPath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ spec:
activeCount: 1
activeStandby: true
priorityClassName: system-cluster-critical
placement:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app.kubernetes.io/name: ceph-mds
app.kubernetes.io/part-of: *cephFileSystemName
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit 80986c2

Please sign in to comment.