Fix immich

This commit is contained in:
2025-10-31 17:33:28 +01:00
parent 131c2e8bd9
commit be92dbe23d

View File

@@ -1,10 +1,8 @@
image:
# renovate: datasource=github-releases depName=immich-app/immich
tag: "v2.2.1"
immich:
persistence:
library:
existingClaim: pictures
valkey:
enabled: true
@@ -28,15 +26,24 @@ server:
- immich.sdg.moe
machine-learning:
controllers:
main:
strategy: Recreate
persistence:
cache:
type: persistentVolumeClaim
controller:
strategy: Recreate
env:
DB_URL: postgres://immich@postgres-cluster-rw.postgres/immich?sslcert=/pg/tls.crt&sslkey=/pg/tls.key&sslrootcert=/pg/ca.crt
IMMICH_CONFIG_FILE: /config/config.yaml
controllers:
main:
containers:
main:
image:
# renovate: datasource=github-releases depName=immich-app/immich
tag: "v2.2.1"
env:
DB_URL: postgres://immich@postgres-cluster-rw.postgres/immich?sslcert=/pg/tls.crt&sslkey=/pg/tls.key&sslrootcert=/pg/ca.crt
IMMICH_CONFIG_FILE: /config/config.yaml
persistence:
pg:
enabled: true