Update k8s/apps/immich/deployments.yaml

This commit is contained in:
ab
2025-04-29 18:28:01 +00:00
parent 19fdf962b7
commit 9fdb5a64e0

View File

@ -16,6 +16,7 @@ spec:
containers: containers:
- name: immich-server - name: immich-server
image: ghcr.io/immich-app/immich-server:release image: ghcr.io/immich-app/immich-server:release
imagePullPolicy: Always
ports: ports:
- containerPort: 2283 - containerPort: 2283
env: env:
@ -72,6 +73,7 @@ spec:
containers: containers:
- name: immich-ml - name: immich-ml
image: ghcr.io/immich-app/immich-machine-learning:release image: ghcr.io/immich-app/immich-machine-learning:release
imagePullPolicy: Always
env: env:
- name: TZ - name: TZ
value: Asia/Nicosia value: Asia/Nicosia