diff --git a/values.yaml b/values.yaml index f07b766..99ef113 100644 --- a/values.yaml +++ b/values.yaml @@ -34,11 +34,11 @@ postgres: resources: requests: - memory: "3000Mi" - cpu: "2000m" + memory: "1500Mi" + cpu: "1000m" limits: - memory: "3000Mi" - cpu: "2000m" + memory: "1500Mi" + cpu: "1000m" pvc: storage: "3Gi" @@ -57,11 +57,11 @@ frontend: resources: requests: - memory: "3000Mi" - cpu: "2000m" + memory: "1500Mi" + cpu: "1000m" limits: - memory: "3000Mi" - cpu: "2000m" + memory: "1500Mi" + cpu: "1000m" abrimentImagePullSecret: name: negar-abrsecret