Added emptyDir for /run. s6 is "fun"

This commit is contained in:
2026-01-12 18:19:48 +11:00
parent 6483481350
commit aec7d5b3bb

View File

@@ -43,6 +43,8 @@ spec:
mountPath: /config
- name: calibre-books
mountPath: /books
- name: run-dir
mountPath: /run
resources:
requests:
memory: "128Mi"
@@ -57,3 +59,5 @@ spec:
- name: calibre-books
persistentVolumeClaim:
claimName: calibre-books-csi
- name: run-dir
emptyDir: {}