diff --git a/chart/values.production.yaml b/chart/values.production.yaml index fa55224bc746f996afc88887fa59296ee25604f5..3d7e65e77348c8f1ce7dd37446c21dedc5b2b7d8 100644 --- a/chart/values.production.yaml +++ b/chart/values.production.yaml @@ -1,11 +1,11 @@ django: resources: requests: - memory: "1Gi" - cpu: "1000m" + memory: "3Gi" + cpu: "2000m" limits: - memory: "1Gi" - cpu: "1500m" + memory: "3Gi" + cpu: "2500m" nuxt: resources: @@ -20,8 +20,8 @@ nuxt: postgresqlZalando: resources: requests: - memory: 1Gi - cpu: "1000m" + memory: 3Gi + cpu: "2000m" limits: - memory: 1Gi - cpu: "1000m" + memory: 3Gi + cpu: "2500m"