fix(chat): adjust CPU resource requests and limits in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
50df468cdd
commit
f97766589f
@ -16,10 +16,10 @@ chat:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: '0.5'
|
cpu: '100m'
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: '1'
|
cpu: '500m'
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
probes: {}
|
probes: {}
|
||||||
services:
|
services:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user