Skip to content

Commit

Permalink
Allocate 4 Gi of ephemeral storage on prodbox (#4921)
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd authored Apr 30, 2024
1 parent 247cf0b commit bbe8fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/deployments/prodbox-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ spec:
requests:
cpu: 4000m
memory: 4Gi
ephemeral-storage: 4Gi
limits:
cpu: 4000m
memory: 4Gi
ephemeral-storage: 4Gi

volumes:
- name: cert-volume
Expand Down

0 comments on commit bbe8fbd

Please sign in to comment.