From d944c58b2504b3c07cef2e6706e990bf1dd79721 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Tue, 3 Sep 2019 11:53:44 +0200
Subject: [PATCH] added resource limits

---
 chart/values.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 95d4999..56ef588 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -56,12 +56,12 @@ readinessProbe:
 postgresql:
   enabled: true
 resources:
-#  limits:
-#    cpu: 100m
-#    memory: 128Mi
+  limits:
+    cpu: 100m
+    memory: 128Mi
   requests:
-#    cpu: 100m
-#    memory: 128Mi
+    cpu: 100m
+    memory: 128Mi
 
 ## Configure PodDisruptionBudget
 ## ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
-- 
GitLab