Skip to content

Commit

Permalink
DD-17: added ephemeral-storage requests and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Mar 11, 2024
1 parent 162a119 commit 7d97c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/dewey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ spec:
requests:
cpu: "480m"
memory: "512Mi"
ephemeral-storage: "1Gi"
limits:
cpu: "1600m"
memory: "2Gi"
ephemeral-storage: "1Gi"
args:
- --config
- /etc/iplant/de/dewey.properties
Expand Down

0 comments on commit 7d97c89

Please sign in to comment.