We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3596714 + ef948d8 commit 35e2d8fCopy full SHA for 35e2d8f
1 file changed
helm/maestro/values.yaml
@@ -9,6 +9,9 @@ server:
9
name: maestro-server
10
11
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"
15
grpc:
16
tls:
17
enabled: false
0 commit comments