Skip to content

Commit

Permalink
Merge pull request #241 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: resource sizing
  • Loading branch information
ychung-mot authored Apr 30, 2024
2 parents 986d09f + 95df14a commit aab98d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crunchydb/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ crunchy-postgres:
storage: 20Gi
storageClassName: netapp-block-standard
requests:
cpu: 1m
cpu: 20m
memory: 256Mi
limits:
cpu: 100m
memory: 512Mi
replicaCertCopy:
requests:
cpu: 1m
cpu: 20m
memory: 32Mi
limits:
cpu: 50m
Expand Down
2 changes: 1 addition & 1 deletion helm/main/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ backend:

resources:
limits:
cpu: 200m
cpu: 100m
memory: 300Mi
requests:
cpu: 20m
Expand Down

0 comments on commit aab98d3

Please sign in to comment.