Skip to content

Commit

Permalink
[ITSA-706] Allow Scheduling Burstable Workloads on Burstable Nodes
Browse files Browse the repository at this point in the history
This only affects nodes that have a
`inveniem.com/workload-type: NoSchedule` taint. This allows tighter
control of what kind of backend resources are needed for high throughput
versus burtstable throughput.
  • Loading branch information
Guy Elsmore-Paddock committed Mar 5, 2022
1 parent e75f5d3 commit 59e0986
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kustomize/base/manifests/app-nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ spec:
values:
- backend-nextcloud
topologyKey: "kubernetes.io/hostname"
tolerations:
# Allow scheduling this job on burstable nodes.
- key: inveniem.com/workload-type
operator: Equal
value: burstable
effect: NoSchedule

containers:
# Container: The PHP-FPM-based Nextcloud backend
Expand Down

0 comments on commit 59e0986

Please sign in to comment.