Skip to content

Commit

Permalink
chore: postgres resource sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Oct 17, 2024
1 parent 04c4b25 commit 2896aff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions postgres/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ primary:
resources:
limits:
cpu: 150m
memory: 1Gi
memory: 1.5Gi
requests:
cpu: 50m
memory: 700Mi
cpu: 100m
memory: 1Gi
readReplicas:
persistence:
size: 400Mi
Expand Down
6 changes: 3 additions & 3 deletions postgres/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ primary:
resources:
limits:
cpu: 150m
memory: 1Gi
memory: 1.5Gi
requests:
cpu: 50m
memory: 700Mi
cpu: 100m
memory: 1Gi
readReplicas:
persistence:
size: 400Mi
Expand Down

0 comments on commit 2896aff

Please sign in to comment.