Skip to content

Commit

Permalink
Adjust resources in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
torleifg committed Nov 11, 2024
1 parent 2446f42 commit b9c871a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/base/organization-catalog-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ spec:
- containerPort: 8080
resources:
requests:
memory: "350Mi"
memory: "750Mi"
cpu: "10m"
limits:
memory: "750Mi"
livenessProbe:
httpGet:
path: /ping
Expand Down

0 comments on commit b9c871a

Please sign in to comment.