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