From 5a253f192bd7d842cb019f004bd4c165779ddb5c Mon Sep 17 00:00:00 2001
From: Eduardo Gonzalez <eduardo.gonzalez.de.la.herran@ericsson.com>
Date: Thu, 14 Sep 2017 12:57:16 +0200
Subject: [PATCH] changed prometheus memory to default of 400Mi

---
 manifests/prometheus/prometheus-k8s.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/prometheus/prometheus-k8s.yaml b/manifests/prometheus/prometheus-k8s.yaml
index 84bd02a8..421c024d 100644
--- a/manifests/prometheus/prometheus-k8s.yaml
+++ b/manifests/prometheus/prometheus-k8s.yaml
@@ -21,7 +21,7 @@ spec:
       # memory. Modify based on your target and time-series count for
       # production use. This value is mainly meant for demonstration/testing
       # purposes.
-      memory: 4Gi
+      memory: 400Mi
   alerting:
     alertmanagers:
     - namespace: monitoring
-- 
GitLab