fix: add tmp volume for bulk download functionality

This commit is contained in:
2025-09-04 13:08:30 +02:00
parent 3f1a3cf7a4
commit 9e2d6eeb12
+7
View File
@@ -65,3 +65,10 @@ spec:
envFrom:
- configMapRef:
name: math-exercises-config
# Volume mount for temporary files
volumeMounts:
- name: tmp-volume
mountPath: /tmp
volumes:
- name: tmp-volume
emptyDir: {}