Skip to content

Commit

Permalink
Add ephemeral-storage to cron worker
Browse files Browse the repository at this point in the history
  • Loading branch information
azeemsgoogle committed Aug 23, 2021
1 parent d1de6cf commit c074b61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cron/k8s/worker.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ spec:
requests:
cpu: 5
memory: 5Gi
ephemeral-storage: 100Gi
limits:
cpu: 12
memory: 12Gi
ephemeral-storage: 500Gi
strategy:
type: "RollingUpdate"
rollingUpdate:
Expand Down
2 changes: 2 additions & 0 deletions cron/k8s/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ spec:
requests:
cpu: 5
memory: 5Gi
ephemeral-storage: 100Gi
limits:
cpu: 12
memory: 12Gi
ephemeral-storage: 500Gi
strategy:
type: "RollingUpdate"
rollingUpdate:
Expand Down

0 comments on commit c074b61

Please sign in to comment.