diff --git a/apps/immich/deployment/server.yaml b/apps/immich/deployment/server.yaml index c8c37cb..ba26476 100644 --- a/apps/immich/deployment/server.yaml +++ b/apps/immich/deployment/server.yaml @@ -57,10 +57,11 @@ spec: subPath: upload - mountPath: /usr/src/app/external name: photos + readOnly: true restartPolicy: Always volumes: - name: photos nfs: server: 192.168.178.4 path: /mnt/photos - readOnly: true + readOnly: false