mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-28 11:16:58 +00:00
✨(helm) add resources requests to pods
This commit is contained in:
@@ -16,23 +16,47 @@
|
|||||||
frontend:
|
frontend:
|
||||||
podSecurityContext: *podSecurityContext
|
podSecurityContext: *podSecurityContext
|
||||||
securityContext: *securityContext
|
securityContext: *securityContext
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "250m"
|
||||||
|
memory: "128Mi"
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
podSecurityContext: *podSecurityContext
|
podSecurityContext: *podSecurityContext
|
||||||
securityContext: *securityContext
|
securityContext: *securityContext
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "250m"
|
||||||
|
memory: "600Mi"
|
||||||
|
|
||||||
summary:
|
summary:
|
||||||
podSecurityContext: *podSecurityContext
|
podSecurityContext: *podSecurityContext
|
||||||
securityContext: *securityContext
|
securityContext: *securityContext
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "250m"
|
||||||
|
memory: "128Mi"
|
||||||
|
|
||||||
celeryTranscribe:
|
celeryTranscribe:
|
||||||
podSecurityContext: *podSecurityContext
|
podSecurityContext: *podSecurityContext
|
||||||
securityContext: *securityContext
|
securityContext: *securityContext
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "100m"
|
||||||
|
memory: "500Mi"
|
||||||
|
|
||||||
celerySummarize:
|
celerySummarize:
|
||||||
podSecurityContext: *podSecurityContext
|
podSecurityContext: *podSecurityContext
|
||||||
securityContext: *securityContext
|
securityContext: *securityContext
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "100m"
|
||||||
|
memory: "128Mi"
|
||||||
|
|
||||||
agents:
|
agents:
|
||||||
podSecurityContext: *podSecurityContext
|
podSecurityContext: *podSecurityContext
|
||||||
securityContext: *securityContext
|
securityContext: *securityContext
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "100m"
|
||||||
|
memory: "256Mi"
|
||||||
@@ -52,4 +52,7 @@ autoscaling:
|
|||||||
maxReplicas: 5
|
maxReplicas: 5
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
resources: {}
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 5000m
|
||||||
|
memory: 1024Mi
|
||||||
@@ -55,4 +55,7 @@ autoscaling:
|
|||||||
maxReplicas: 5
|
maxReplicas: 5
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
resources: {}
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 5000m
|
||||||
|
memory: 1024Mi
|
||||||
@@ -57,4 +57,4 @@ autoscaling:
|
|||||||
targetCPUUtilizationPercentage: 60
|
targetCPUUtilizationPercentage: 60
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
resources: {}
|
resources: {}
|
||||||
Reference in New Issue
Block a user