diff --git a/deploy/app/helm-values.yaml b/deploy/app/helm-values.yaml index 899ceaf..bfd6564 100644 --- a/deploy/app/helm-values.yaml +++ b/deploy/app/helm-values.yaml @@ -9,7 +9,7 @@ resources: memory: 1024Mi requests: cpu: 100m - memory: 256Mi + memory: 350Mi image: # IMPORTANT: @@ -33,6 +33,13 @@ valkey-cluster: # dependency: # https://github.com/bitnami/charts/blob/main/bitnami/valkey/Chart.yaml valkey: + resources: + limits: + cpu: 200m + memory: 128Mi + requests: + cpu: 100m + memory: 64Mi enabled: true architecture: standalone global: @@ -118,9 +125,9 @@ postgresql: ephemeral-storage: 2Gi memory: 512Mi requests: - cpu: 250m + cpu: 128m ephemeral-storage: 50Mi - memory: 256Mi + memory: 128Mi enabled: true image: repository: bitnamilegacy/postgresql