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
|
||||
resources:
|
||||
requests:
|
||||
cpu: '0.5'
|
||||
cpu: '100m'
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: '1'
|
||||
cpu: '500m'
|
||||
memory: 1Gi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user