Skip to content

Commit

Permalink
Bump prodbox memory (#5936)
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd authored Jun 28, 2024
1 parent 3a0ccc1 commit c37cd39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/deployments/prodbox-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ spec:
resources:
requests:
cpu: 4000m
memory: 4Gi
memory: 8Gi
ephemeral-storage: 10Gi
limits:
cpu: 4000m
memory: 4Gi
memory: 8Gi
ephemeral-storage: 10Gi

volumes:
Expand Down

0 comments on commit c37cd39

Please sign in to comment.