fix(resources): update CPU resource requests and limits across multiple services
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
d09d4caae4
commit
c59b336fe8
@ -16,10 +16,10 @@ authentication:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '0.5'
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: '1'
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ centralStorage:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '0.5'
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: '1'
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ chat:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '100m'
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: '500m'
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ content:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '0.5'
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: '1'
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ devsvc:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '0.5'
|
||||
cpu: '200,'
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: '1'
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ freeleaps:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '0.5'
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: '1'
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,11 +16,11 @@ frontend:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: "0.5"
|
||||
memory: "512Mi"
|
||||
cpu: "200m"
|
||||
memory: "128Mi"
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: "1Gi"
|
||||
cpu: "0.5"
|
||||
memory: "256Mi"
|
||||
# FIXME: Wait until the developers implements the probes APIs
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ notification:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '0.5'
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: '1'
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ payment:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '0.5'
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: '1'
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user