Skip to content

Commit

Permalink
Add minimum amount of ephemeral storage, as pods were being evicted f…
Browse files Browse the repository at this point in the history
…or using small amounts
  • Loading branch information
mgdaily committed Feb 29, 2024
1 parent 3625898 commit 1725245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions helm-chart/banzai/templates/workers-large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
requests:
cpu: "0.5"
memory: "10Gi"
ephemeral-storage: "128Mi"
limits:
cpu: "2"
memory: "10Gi"
Expand Down
3 changes: 2 additions & 1 deletion helm-chart/banzai/templates/workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ spec:
requests:
cpu: "0.5"
memory: "4Gi"
ephemeral-storage: "128Mi"
limits:
cpu: "2"
memory: "4Gi"
memory: "8Gi"
volumeMounts:
- name: tmp
mountPath: /tmp
Expand Down

0 comments on commit 1725245

Please sign in to comment.