removed ro and linits

This commit is contained in:
Steffen Illium 2024-05-15 14:30:21 +02:00
parent a6b81e586e
commit e375a34564

View File

@ -30,16 +30,15 @@ spec:
containerPort: 3002
hostPort: 3002
protocol: TCP
resources:
limits:
cpu: "0.5"
memory: "2G"
resources: {}
volumeMounts:
- mountPath: /usr/src/app/upload
name: photos
subPath: upload
- mountPath: /mnt/media/external
readOnly: false
- mountPath: /mnt/media/external
name: photos
readOnly: false
- args:
- start.sh
- immich
@ -53,17 +52,15 @@ spec:
containerPort: 3001
hostPort: 3001
protocol: TCP
resources:
limits:
cpu: "0.5"
memory: "2G"
resources: {}
volumeMounts:
- mountPath: /usr/src/app/upload
name: photos
subPath: upload
readOnly: false
- mountPath: /mnt/media/external
name: photos
readOnly: true
readOnly: false
restartPolicy: Always
volumes:
- name: photos