From 5ae4c066f386ec6167ba9b3f7227579f2477c15a Mon Sep 17 00:00:00 2001 From: Josh Mandel Date: Tue, 19 Sep 2023 22:22:58 -0700 Subject: [PATCH] Use taint instead of affinity --- k8s/ci-build.deployment.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/k8s/ci-build.deployment.yaml b/k8s/ci-build.deployment.yaml index 9c3baf88..436da390 100644 --- a/k8s/ci-build.deployment.yaml +++ b/k8s/ci-build.deployment.yaml @@ -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