move image folder

This commit is contained in:
Steffen Illium 2024-05-15 11:53:11 +02:00
parent e802fcf4d3
commit 5c7c0f7ac0

View File

@ -38,7 +38,7 @@ spec:
- mountPath: /usr/src/app/upload - mountPath: /usr/src/app/upload
name: photos name: photos
subPath: upload subPath: upload
- mountPath: /usr/src/app/external - mountPath: /mnt/media/external
name: photos name: photos
- args: - args:
- start.sh - start.sh
@ -61,7 +61,7 @@ spec:
- mountPath: /usr/src/app/upload - mountPath: /usr/src/app/upload
name: photos name: photos
subPath: upload subPath: upload
- mountPath: /usr/src/app/external - mountPath: /mnt/media/external
name: photos name: photos
readOnly: true readOnly: true
restartPolicy: Always restartPolicy: Always