This commit is contained in:
2024-05-03 11:35:39 +02:00
parent b8256f257e
commit 4baa5990c0

View File

@ -57,10 +57,11 @@ spec:
subPath: upload subPath: upload
- mountPath: /usr/src/app/external - mountPath: /usr/src/app/external
name: photos name: photos
readOnly: true
restartPolicy: Always restartPolicy: Always
volumes: volumes:
- name: photos - name: photos
nfs: nfs:
server: 192.168.178.4 server: 192.168.178.4
path: /mnt/photos path: /mnt/photos
readOnly: true readOnly: false