From 7dae691612842e05bf6064ade698047918b65e9b Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Thu, 30 Jun 2022 15:30:13 -0300 Subject: [PATCH] Set autoscaling replicas to sane values --- charts/postfix/v0.1.0/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/postfix/v0.1.0/values.yaml b/charts/postfix/v0.1.0/values.yaml index 5e95e72..69412c3 100644 --- a/charts/postfix/v0.1.0/values.yaml +++ b/charts/postfix/v0.1.0/values.yaml @@ -48,8 +48,8 @@ postfix: autoscaling: enabled: false - minReplicas: 1 - maxReplicas: 100 + minReplicas: 2 + maxReplicas: 6 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80