commit | 3c13425d83fabdf0e4b2aa515c841319e2450ae0 | [log] [tgz] |
---|---|---|
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | Wed Sep 19 23:56:37 2018 +0000 |
committer | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | Thu Sep 20 00:00:58 2018 +0000 |
tree | 626a7cb9766c3efb4740968badce5ca16f43dcce | |
parent | 6f5d001b1dc4f8b56c6dc9fd85aa50ed43b83601 [diff] |
reducing resource request numbers Issue-ID: OOM-1145 Change-Id: Ic2770086914e7cf1a96f2b6e5fd04bf1bd3f75d8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
diff --git a/kubernetes/appc/charts/appc-ansible-server/values.yaml b/kubernetes/appc/charts/appc-ansible-server/values.yaml index b9dd418..0d4a460 100644 --- a/kubernetes/appc/charts/appc-ansible-server/values.yaml +++ b/kubernetes/appc/charts/appc-ansible-server/values.yaml
@@ -76,14 +76,14 @@ cpu: 1 memory: 1Gi requests: - cpu: 1 - memory: 1Gi + cpu: 0.5 + memory: 0.5Mi large: limits: cpu: 2 memory: 2Gi requests: - cpu: 2 - memory: 2Gi + cpu: 1 + memory: 1Gi
diff --git a/kubernetes/appc/charts/appc-cdt/values.yaml b/kubernetes/appc/charts/appc-cdt/values.yaml index 26526a8..125241d 100644 --- a/kubernetes/appc/charts/appc-cdt/values.yaml +++ b/kubernetes/appc/charts/appc-cdt/values.yaml
@@ -77,12 +77,12 @@ cpu: 1 memory: 1Gi requests: - cpu: 1 - memory: 1Gi + cpu: 0.5 + memory: 500Mi large: limits: cpu: 2 memory: 2Gi requests: - cpu: 2 - memory: 2Gi + cpu: 1 + memory: 1Gi
diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index 97e39bc..8661bf5 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml
@@ -172,12 +172,12 @@ cpu: 2 memory: 4Gi requests: - cpu: 2 - memory: 4Gi + cpu: 1 + memory: 2Gi large: limits: cpu: 4 memory: 8Gi requests: - cpu: 4 - memory: 8Gi + cpu: 2 + memory: 4Gi