From d59407f44c7f36fccd3d1b0ef31ecd5ad77dd65f Mon Sep 17 00:00:00 2001 From: Moritz Eysholdt Date: Tue, 9 Mar 2021 10:25:53 +0000 Subject: [PATCH] Allow the Cluster-Autoscaler to evict blobserve Fixes gitpod-io/gitpod#3389 --- chart/templates/blobserve-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chart/templates/blobserve-deployment.yaml b/chart/templates/blobserve-deployment.yaml index dd4241fda94966..1200e34f3e7a81 100644 --- a/chart/templates/blobserve-deployment.yaml +++ b/chart/templates/blobserve-deployment.yaml @@ -38,6 +38,7 @@ spec: stage: {{ .Values.installation.stage }} gitpod.io/nodeService: blobserve annotations: + cluster-autoscaler.kubernetes.io/safe-to-evict: "true" prometheus.io/scrape: 'true' prometheus.io/path: "/metrics" prometheus.io/port: '9500'