From aec7d5b3bb8b1b48d6c5372d3dcc325f209722bd Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 12 Jan 2026 18:19:48 +1100 Subject: [PATCH] Added emptyDir for /run. s6 is "fun" --- manifests/deployment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/deployment.yml b/manifests/deployment.yml index 137a042..6f21fa1 100644 --- a/manifests/deployment.yml +++ b/manifests/deployment.yml @@ -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: {}