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.
1 parent a7ea6b4 commit ef948d8Copy full SHA for ef948d8
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