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
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: '100m'
|
|
||||||
memory: 64Mi
|
|
||||||
limits:
|
|
||||||
cpu: '200m'
|
cpu: '200m'
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
limits:
|
||||||
|
cpu: '300m'
|
||||||
|
memory: 256Mi
|
||||||
probes: {}
|
probes: {}
|
||||||
services:
|
services:
|
||||||
- name: freeleaps-service
|
- name: freeleaps-service
|
||||||
|
|||||||
@ -16,11 +16,11 @@ freeleaps:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: '200m'
|
||||||
memory: 64Mi
|
|
||||||
limits:
|
|
||||||
cpu: 200m
|
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
limits:
|
||||||
|
cpu: '300m'
|
||||||
|
memory: 256Mi
|
||||||
probes: {}
|
probes: {}
|
||||||
services:
|
services:
|
||||||
- name: freeleaps-service
|
- name: freeleaps-service
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user