From: Mandeep Khinda Date: Mon, 1 Oct 2018 19:06:50 +0000 (+0000) Subject: Merge "Correct resources limit for mariadb" X-Git-Tag: 3.0.0-ONAP~236 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9b2d72b721d3882ee7ef4523ec0c2057fd07e33e;hp=c1f19899e4fd486b396b49a81b9f870112085fad;p=oom.git Merge "Correct resources limit for mariadb" --- diff --git a/kubernetes/nbi/charts/mariadb/values.yaml b/kubernetes/nbi/charts/mariadb/values.yaml index dd93b924ae..dc5aa89e7d 100644 --- a/kubernetes/nbi/charts/mariadb/values.yaml +++ b/kubernetes/nbi/charts/mariadb/values.yaml @@ -80,16 +80,16 @@ flavor: small resources: small: limits: - cpu: 2 - memory: 4Gi - requests: cpu: 1 - memory: 2Gi + memory: 500Mi + requests: + cpu: 10m + memory: 200Mi large: limits: - cpu: 4 - memory: 8Gi + cpu: 1 + memory: 1Gi requests: - cpu: 2 - memory: 4Gi + cpu: 20m + memory: 400Mi unlimited: {}