Skip to content

Commit

Permalink
Reduce ephemeral storage limits and requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoid committed Jul 13, 2022
1 parent 5e2d5a6 commit 0294ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ spec:
requests:
cpu: "512m"
memory: "1024Mi"
ephemeral-storage: "4Gi"
ephemeral-storage: "2Gi"
limits:
cpu: "1024m"
memory: "2048Mi"
ephemeral-storage: "8Gi"
ephemeral-storage: "2Gi"
command:
- /busybox/cat
tty: true
Expand Down

0 comments on commit 0294ed2

Please sign in to comment.