Skip to content

Commit

Permalink
Adjust the memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva authored Dec 12, 2024
1 parent a9f3394 commit b23957e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ spec:
resources:
requests:
cpu: "4000m"
memory: "10Gi"
memory: "15Gi"
limits:
cpu: "8000m"
memory: "20Gi"
memory: "30Gi"
volumes:
- name: frontend-conf-volume
secret:
Expand Down

0 comments on commit b23957e

Please sign in to comment.