Skip to content

Commit 35e2d8f

Browse files
Merge pull request #49 from kuudori/feat/HYPERFLEET-1119-maestro-safe-to-evict
HYPERFLEET-1119 - feat: add safe-to-evict annotation to maestro server pod
2 parents 3596714 + ef948d8 commit 35e2d8f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

helm/maestro/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ server:
99
name: maestro-server
1010

1111
server:
12+
annotations:
13+
# Prevent the cluster autoscaler from evicting the maestro server pod during scale-down
14+
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
1215
grpc:
1316
tls:
1417
enabled: false

0 commit comments

Comments
 (0)