Code Review
/
cps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
70c3d85
)
Reduce sizing of cps resource limits
43/143143/6
master
author
seanbeirne
<sean.beirne@est.tech>
Mon, 9 Feb 2026 16:21:57 +0000
(16:21 +0000)
committer
Sean Beirne
<sean.beirne@est.tech>
Mon, 9 Mar 2026 16:16:36 +0000
(16:16 +0000)
- Result of testing completed on CPS-3091
- Decrease RAM allocation for cps from 5GB to 3GB
Issue-ID: CPS-3153
Change-Id: I205f3c7f185c7c116de72969a2940f5292a7c081
Signed-off-by: seanbeirne <sean.beirne@est.tech>
cps-charts/values.yaml
patch
|
blob
|
history
diff --git
a/cps-charts/values.yaml
b/cps-charts/values.yaml
index
8c0e02c
..
52ed227
100644
(file)
--- a/
cps-charts/values.yaml
+++ b/
cps-charts/values.yaml
@@
-61,11
+61,11
@@
cps:
nodePort: 30080
resources:
requests:
- cpu: "
20
00m"
- memory: "
3
Gi"
+ cpu: "
11
00m"
+ memory: "
2
Gi"
limits:
cpu: "6000m"
- memory: "
5
Gi"
+ memory: "
3
Gi"
livenessProbe:
# Give cps up to 170 seconds to become alive
httpGet: