feat(helm): optimize resource requests and limits for multiple services and update RabbitMQ storage class
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
c681b94225
commit
8910193a24
@ -980,7 +980,7 @@ persistence:
|
||||
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
||||
## GKE, AWS & OpenStack)
|
||||
##
|
||||
storageClass: "azure-blob-fuse-2-std-lrs"
|
||||
storageClass: "azure-disk-std-lrs"
|
||||
## @param persistence.selector Selector to match an existing Persistent Volume
|
||||
## selector:
|
||||
## matchLabels:
|
||||
|
||||
@ -16,11 +16,11 @@ authentication:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: authentication-service
|
||||
|
||||
@ -16,11 +16,11 @@ centralStorage:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: central-storage-service
|
||||
|
||||
@ -16,11 +16,11 @@ chat:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 512Mi
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: chat-service
|
||||
|
||||
@ -16,11 +16,11 @@ content:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: content-service
|
||||
|
||||
@ -16,11 +16,11 @@ devsvc:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: devsvc-service
|
||||
|
||||
@ -16,11 +16,11 @@ freeleaps:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 512Mi
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: freeleaps-service
|
||||
|
||||
@ -16,10 +16,10 @@ frontend:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '0.5'
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
|
||||
@ -16,11 +16,11 @@ notification:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: notification-service
|
||||
|
||||
@ -16,11 +16,11 @@ payment:
|
||||
protocol: TCP
|
||||
resources:
|
||||
requests:
|
||||
cpu: '200m'
|
||||
memory: 512Mi
|
||||
cpu: '100m'
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '0.5'
|
||||
memory: 1Gi
|
||||
cpu: '200m'
|
||||
memory: 256Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: payment-service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user