fix: update CPU and memory limits for freeleaps configurations
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
375d73ef8e
commit
259a6faba2
@ -16,11 +16,11 @@ freeleaps:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '100m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '300m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: freeleaps-service
|
||||
|
||||
@ -16,11 +16,11 @@ freeleaps:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
cpu: '200m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '300m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: freeleaps-service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user