Code Review
/
aai
/
oom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e67c776
)
reducing resource request numbers
author
Mandeep Khinda
<mandeep.khinda@amdocs.com>
Wed, 19 Sep 2018 23:56:37 +0000
(23:56 +0000)
committer
Mandeep Khinda
<Mandeep.Khinda@amdocs.com>
Thu, 20 Sep 2018 00:00:58 +0000
(
00:00
+0000)
Issue-ID: OOM-1145
Change-Id: Ic2770086914e7cf1a96f2b6e5fd04bf1bd3f75d8
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
values.yaml
patch
|
blob
|
history
diff --git
a/values.yaml
b/values.yaml
index
25f8ddf
..
2345b3f
100644
(file)
--- a/
values.yaml
+++ b/
values.yaml
@@
-258,12
+258,12
@@
resources:
cpu: 2
memory: 4Gi
requests:
- cpu:
2
- memory:
4
Gi
+ cpu:
1
+ memory:
1
Gi
large:
limits:
cpu: 4
memory: 8Gi
requests:
- cpu:
4
- memory:
8
Gi
+ cpu:
2
+ memory:
2
Gi