Skip to content

Commit

Permalink
Use taint instead of affinity
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel authored Sep 20, 2023
1 parent 3851e42 commit 5ae4c06
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions k8s/ci-build.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ spec:
run: ci-build
namespace: fhir
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: cloud.google.com/gke-spot
operator: NotIn
values:
- "true"
containers:
- env:
- name: BUILD_NUMBER
Expand Down

0 comments on commit 5ae4c06

Please sign in to comment.