fix: increase CPU resource requests and limits for chat and freeleaps configurations
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
628d570a8f
commit
375d73ef8e
@ -16,10 +16,10 @@ chat:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
cpu: '100m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '100m'
|
||||
cpu: '200m'
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ chat:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ freeleaps:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
cpu: '100m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '100m'
|
||||
cpu: '200m'
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ freeleaps:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user