diff --git a/infra/helm/meshdb/values.yaml b/infra/helm/meshdb/values.yaml index ae535868..35bf8a94 100644 --- a/infra/helm/meshdb/values.yaml +++ b/infra/helm/meshdb/values.yaml @@ -19,17 +19,13 @@ pg: # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 - resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi + resources: + limits: + cpu: 1 + memory: 512Mi + requests: + cpu: 1 + memory: 256Mi nodeSelector: {} affinity: {} tolerations: [] @@ -47,7 +43,13 @@ meshweb: tag: main podSecurityContext: {} securityContext: {} - resources: {} + resources: + limits: + cpu: 1 + memory: 512Mi + requests: + cpu: 200m + memory: 512Mi nodeSelector: {} affinity: {} tolerations: [] @@ -56,7 +58,13 @@ nginx: port: 80 podSecurityContext: {} securityContext: {} - resources: {} + resources: + limits: + cpu: 250m + memory: 128Mi + requests: + cpu: 100m + memory: 30Mi nodeSelector: {} affinity: {} tolerations: [] @@ -83,7 +91,13 @@ redis: port: 6379 podSecurityContext: {} securityContext: {} - resources: {} + resources: + limits: + cpu: 250m + memory: 512Mi + requests: + cpu: 250m + memory: 256Mi nodeSelector: {} affinity: {} tolerations: [] @@ -92,7 +106,13 @@ pelias: port: 3000 podSecurityContext: {} securityContext: {} - resources: {} + resources: + limits: + cpu: 250m + memory: 256Mi + requests: + cpu: 100m + memory: 128Mi nodeSelector: {} affinity: {} tolerations: []