Skip to content

Commit

Permalink
Reduced postgresql resources to realistic values
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Oct 15, 2024
1 parent 0502ddf commit 36b505d
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 36b505d

Please sign in to comment.