Update immich to expose correct port
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2024-04-07 20:46:07 -04:00
parent c3a6042d36
commit 345e1b1831
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,8 @@ spec:
- name: immich-server
image: ghcr.io/immich-app/immich-server:release
args: ["start.sh", "immich"]
ports:
- containerPort: 3001
env:
- name: UPLOAD_LOCATION
value: /usr/src/app/upload

View File

@ -6,7 +6,7 @@ metadata:
spec:
type: LoadBalancer
ports:
- port: 3000
targetPort: 2283
- port: 80
targetPort: 3001
selector:
app: immich-server