immich braking changes
This commit is contained in:
parent
ac11bad9eb
commit
47d45ac956
@ -17,32 +17,7 @@ spec:
|
|||||||
app: server
|
app: server
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- envFrom:
|
||||||
- start.sh
|
|
||||||
- microservices
|
|
||||||
envFrom:
|
|
||||||
- secretRef:
|
|
||||||
name: immich-secret
|
|
||||||
image: ghcr.io/immich-app/immich-server:release
|
|
||||||
name: microservices
|
|
||||||
ports:
|
|
||||||
- name: microservices
|
|
||||||
containerPort: 3002
|
|
||||||
hostPort: 3002
|
|
||||||
protocol: TCP
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /usr/src/app/upload
|
|
||||||
name: photos
|
|
||||||
subPath: upload
|
|
||||||
readOnly: false
|
|
||||||
- mountPath: /mnt/media/external
|
|
||||||
name: photos
|
|
||||||
readOnly: false
|
|
||||||
- args:
|
|
||||||
- start.sh
|
|
||||||
- immich
|
|
||||||
envFrom:
|
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: immich-secret
|
name: immich-secret
|
||||||
image: ghcr.io/immich-app/immich-server:release
|
image: ghcr.io/immich-app/immich-server:release
|
||||||
@ -52,6 +27,10 @@ spec:
|
|||||||
containerPort: 3001
|
containerPort: 3001
|
||||||
hostPort: 3001
|
hostPort: 3001
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- name: microservices
|
||||||
|
containerPort: 3002
|
||||||
|
hostPort: 3002
|
||||||
|
protocol: TCP
|
||||||
resources: {}
|
resources: {}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/src/app/upload
|
- mountPath: /usr/src/app/upload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user