fix: increase CPU resource requests and limits across multiple services in production configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
9d43be5fd1
commit
9b86aae0f6
@ -16,10 +16,10 @@ authentication:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
cpu: 200m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
cpu: 300m
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ centralStorage:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 200m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
cpu: 300m
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ chat:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
cpu: 300m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
cpu: 500m
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ content:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 200m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
cpu: 300m
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ devsvc:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 200m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
cpu: 300m
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ freeleaps:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '200m'
|
||||
cpu: '300m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '300m'
|
||||
cpu: '500m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ notification:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 200m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
cpu: 300m
|
||||
memory: 128Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,10 +16,10 @@ payment:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
cpu: 200m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
cpu: 300m
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user