Update immich to expose correct port
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c3a6042d36
commit
345e1b1831
@ -17,6 +17,8 @@ spec:
|
|||||||
- name: immich-server
|
- name: immich-server
|
||||||
image: ghcr.io/immich-app/immich-server:release
|
image: ghcr.io/immich-app/immich-server:release
|
||||||
args: ["start.sh", "immich"]
|
args: ["start.sh", "immich"]
|
||||||
|
ports:
|
||||||
|
- containerPort: 3001
|
||||||
env:
|
env:
|
||||||
- name: UPLOAD_LOCATION
|
- name: UPLOAD_LOCATION
|
||||||
value: /usr/src/app/upload
|
value: /usr/src/app/upload
|
||||||
|
@ -6,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
- port: 3000
|
- port: 80
|
||||||
targetPort: 2283
|
targetPort: 3001
|
||||||
selector:
|
selector:
|
||||||
app: immich-server
|
app: immich-server
|
||||||
|
Loading…
Reference in New Issue
Block a user