removed ro and linits

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

View File

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