Skip to content

Commit

Permalink
Merge pull request #1699 from Sefaria/backup-storage
Browse files Browse the repository at this point in the history
helm(fix): increase ephemeral storage for backup job
  • Loading branch information
edamboritz authored Nov 7, 2023
2 parents f2be7a1 + 1e1779f commit 77b63ad
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
args: ["-c", "/scripts/create-dumps.sh"]
resources:
requests:
ephemeral-storage: 20Gi
ephemeral-storage: 30Gi
limits:
memory: "500Mi"
containers:
Expand Down Expand Up @@ -100,7 +100,8 @@ spec:
name: upload-dumps-{{ .Values.deployEnv }}
defaultMode: 0755
- name: shared-volume
emptyDir: {}
emptyDir:
sizeLimit: 30Gi
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 2
{{- end }}

0 comments on commit 77b63ad

Please sign in to comment.