From 9905b039ed21bfba93aa431a724afa1397f038e3 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Thu, 6 Feb 2020 16:07:45 +0100
Subject: [PATCH] lowered hpa values

---
 .gitlab/production-values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/production-values.yaml b/.gitlab/production-values.yaml
index 7c5161ff1..b96d98b1f 100644
--- a/.gitlab/production-values.yaml
+++ b/.gitlab/production-values.yaml
@@ -2,8 +2,8 @@ service:
   externalPort: 80
   internalPort: 80
 hpa:
-  minReplicas: 10
-  maxReplicas: 40
+  minReplicas: 5
+  maxReplicas: 25
 ingress:
   annotations:
     certmanager.k8s.io/cluster-issuer: letsencrypt-prod
-- 
GitLab