Skip to content

Commit 51a003e

Browse files
committed
fix(readur): add volumes to fix thumbnails and OCR
1 parent b945151 commit 51a003e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

kubernetes/apps/default/readur/app/helmrelease.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@ spec:
8989
name: cluster-ca-certificates.crt
9090
globalMounts:
9191
- path: /certs
92+
tmp:
93+
type: emptyDir
94+
globalMounts:
95+
- path: /tmp
96+
uploads:
97+
type: persistentVolumeClaim
98+
accessMode: ReadWriteOnce
99+
size: 5Gi
100+
storageClass: ceph-block
101+
globalMounts:
102+
- path: /app/uploads
92103
route:
93104
readur:
94105
hostnames:

0 commit comments

Comments
 (0)