Skip to content

Commit 130b24c

Browse files
increase mem limit and set tmpdir
1 parent c89defb commit 130b24c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/vcr/yt-dlp-cronjob.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ spec:
2424
- name: yt-dlp
2525
image: ghcr.io/soerenschneider/yt-dlp:2024.10.22
2626
imagePullPolicy: IfNotPresent
27+
env:
28+
- name: "TMPDIR"
29+
value: "/data"
2730
securityContext:
2831
runAsUser: 65535
2932
runAsGroup: 65535
@@ -41,7 +44,7 @@ spec:
4144
memory: "64Mi"
4245
cpu: "5m"
4346
limits:
44-
memory: "1Gi"
47+
memory: "4Gi"
4548
volumeMounts:
4649
- name: storage
4750
mountPath: /data

0 commit comments

Comments
 (0)