Skip to content

Commit

Permalink
Allocate more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
petya-vasileva committed Apr 13, 2024
1 parent 28081f8 commit 3bda5c5
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: "1000m"
memory: "4Gi"
memory: "10Gi"
limits:
cpu: "4000m"
memory: "12Gi"
memory: "20Gi"
volumes:
- name: frontend-conf-volume
secret:
Expand Down

0 comments on commit 3bda5c5

Please sign in to comment.