summaryrefslogtreecommitdiffstats
path: root/charts/aai-babel
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-06 15:05:48 -0500
committerjimmy <jf2512@att.com>2018-12-06 15:06:05 -0500
commit11867817ce212f3b44a9623a25704412a169aaf1 (patch)
tree66c39613cf52e3e58dab0b59c04184f854c49ad4 /charts/aai-babel
parent2befacb93c4477c2dfd822a44ae83adb99fb94d0 (diff)
Reduce requested minimums on AAI services
Change-Id: Icfc4256f65f0cb01b2062ac4d321503b8e2a760d Issue-ID: AAI-1940 Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'charts/aai-babel')
-rw-r--r--charts/aai-babel/values.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/charts/aai-babel/values.yaml b/charts/aai-babel/values.yaml
index b26b858..8c192e5 100644
--- a/charts/aai-babel/values.yaml
+++ b/charts/aai-babel/values.yaml
@@ -69,13 +69,13 @@ resources:
cpu: 2
memory: 4Gi
requests:
- cpu: 1
- memory: 2Gi
+ cpu: 0.5
+ memory: 1Gi
large:
limits:
cpu: 4
memory: 8Gi
requests:
- cpu: 4
- memory: 8Gi
+ cpu: 2
+ memory: 2Gi
unlimited: {}