Skip to content

Commit

Permalink
Merge pull request bcgov#247 from esune/fix/tdw-server
Browse files Browse the repository at this point in the history
Reduced postgresql resources to realistic values
  • Loading branch information
esune authored Oct 16, 2024
2 parents 0502ddf + 36b505d commit 75e999b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions services/trustdidweb-server-py/charts/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ postgresql:
size: 5Gi
resources:
limits:
cpu: 2
memory: 4000Mi
cpu: 500m
memory: 500Mi
requests:
cpu: 200m
memory: 820Mi
cpu: 100m
memory: 100Mi
8 changes: 4 additions & 4 deletions services/trustdidweb-server-py/charts/test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ postgresql:
size: 5Gi
resources:
limits:
cpu: 2
memory: 4000Mi
cpu: 500m
memory: 500Mi
requests:
cpu: 200m
memory: 820Mi
cpu: 100m
memory: 100Mi

0 comments on commit 75e999b

Please sign in to comment.