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: {}