fix: update resource requests and limits for multiple services to optimize performance
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
149d68874d
commit
d2927ce4ba
@ -16,11 +16,11 @@ authentication:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: authentication-service
|
||||
|
||||
@ -16,11 +16,11 @@ authentication:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: authentication-service
|
||||
|
||||
@ -16,11 +16,11 @@ centralStorage:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: central-storage-service
|
||||
|
||||
@ -16,11 +16,11 @@ centralStorage:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: central-storage-service
|
||||
|
||||
@ -16,11 +16,11 @@ chat:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: chat-service
|
||||
|
||||
@ -16,11 +16,11 @@ chat:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: chat-service
|
||||
|
||||
@ -16,11 +16,11 @@ content:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: content-service
|
||||
|
||||
@ -16,11 +16,11 @@ content:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: content-service
|
||||
|
||||
@ -16,11 +16,11 @@ devsvc:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: devsvc-service
|
||||
|
||||
@ -16,11 +16,11 @@ devsvc:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: devsvc-service
|
||||
|
||||
@ -16,11 +16,11 @@ freeleaps:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: freeleaps-service
|
||||
|
||||
@ -16,11 +16,11 @@ freeleaps:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: freeleaps-service
|
||||
|
||||
@ -16,11 +16,11 @@ frontend:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
cpu: '50m'
|
||||
memory: 32Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
cpu: '100m'
|
||||
memory: 64Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: frontend-service
|
||||
|
||||
@ -16,11 +16,11 @@ notification:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: notification-service
|
||||
|
||||
@ -16,11 +16,11 @@ notification:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: notification-service
|
||||
|
||||
@ -16,11 +16,11 @@ payment:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '50m'
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: payment-service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user