Skip to content

Commit

Permalink
reduce store api cpu usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cnorburn committed Feb 28, 2024
1 parent 57cde75 commit 0547aec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions store-api/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ spec:
name: store-api
ports:
- containerPort: 8080
env:
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
key: superUserPassword
name: postgres-secret
resources:
requests:
memory: "0.5Gi"
Expand Down

0 comments on commit 0547aec

Please sign in to comment.