Skip to content

Commit

Permalink
Bump prodbox ephemeral storage (#5415)
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd authored Jun 3, 2024
1 parent be6403c commit 981c0e2
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 @@ -53,11 +53,11 @@ spec:
requests:
cpu: 4000m
memory: 4Gi
ephemeral-storage: 4Gi
ephemeral-storage: 16Gi
limits:
cpu: 4000m
memory: 4Gi
ephemeral-storage: 4Gi
ephemeral-storage: 16Gi

volumes:
- name: cert-volume
Expand Down

0 comments on commit 981c0e2

Please sign in to comment.