update to immich version 1.133.0
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 6379
|
- containerPort: 6379
|
||||||
- name: immich-psql
|
- name: immich-psql
|
||||||
image: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0
|
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5432
|
- containerPort: 5432
|
||||||
env:
|
env:
|
||||||
@@ -40,20 +40,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/postgresql/data
|
- mountPath: /var/lib/postgresql/data
|
||||||
name: immich
|
name: immich
|
||||||
args:
|
|
||||||
- "postgres"
|
|
||||||
- "-c"
|
|
||||||
- "shared_preload_libraries=vectors.so"
|
|
||||||
- "-c"
|
|
||||||
- "search_path=\"$$user\", public, vectors"
|
|
||||||
- "-c"
|
|
||||||
- "logging_collector=on"
|
|
||||||
- "-c"
|
|
||||||
- "max_wal_size=2GB"
|
|
||||||
- "-c"
|
|
||||||
- "shared_buffers=512MB"
|
|
||||||
- "-c"
|
|
||||||
- "wal_compression=on"
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: immich
|
- name: immich
|
||||||
nfs:
|
nfs:
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ spec:
|
|||||||
done
|
done
|
||||||
containers:
|
containers:
|
||||||
- name: immich-server
|
- name: immich-server
|
||||||
image: ghcr.io/immich-app/immich-server:v1.132.3
|
image: ghcr.io/immich-app/immich-server:v1.133.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 2283
|
- containerPort: 2283
|
||||||
env:
|
env:
|
||||||
@@ -63,7 +63,7 @@ spec:
|
|||||||
- mountPath: /usr/src/app/upload
|
- mountPath: /usr/src/app/upload
|
||||||
name: pictures
|
name: pictures
|
||||||
- name: immich-machine-learning
|
- name: immich-machine-learning
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.132.3-cuda
|
image: ghcr.io/immich-app/immich-machine-learning:v1.133.0-cuda
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3003
|
- containerPort: 3003
|
||||||
env:
|
env:
|
||||||
@@ -78,7 +78,7 @@ spec:
|
|||||||
mountPath: /cache
|
mountPath: /cache
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: "1"
|
||||||
volumes:
|
volumes:
|
||||||
- name: pictures
|
- name: pictures
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
Reference in New Issue
Block a user