Skip to content

Commit

Permalink
fix(resource): decrease mem & cpu for front & back
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuchah authored Aug 27, 2024
1 parent 558f79d commit 2a2ca5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down

0 comments on commit 2a2ca5b

Please sign in to comment.