Skip to content

Commit b5ae011

Browse files
meysholdtcsweichel
authored andcommitted
Allow the Cluster-Autoscaler to evict blobserve
Fixes #3389
1 parent 566be20 commit b5ae011

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chart/templates/blobserve-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ spec:
3838
stage: {{ .Values.installation.stage }}
3939
gitpod.io/nodeService: blobserve
4040
annotations:
41+
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
4142
prometheus.io/scrape: 'true'
4243
prometheus.io/path: "/metrics"
4344
prometheus.io/port: '9500'

0 commit comments

Comments
 (0)