15 lines
498 B
YAML
15 lines
498 B
YAML
apiVersion: v1
|
|||
|
|
kind: ConfigMap
|
||
|
|
metadata:
|
||
|
|
name: immich-config
|
||
|
|
data:
|
||
|
|
DB_HOSTNAME: "immich-db-rw"
|
||
|
|
DB_DATABASE_NAME: "immich"
|
||
|
|
# Only pgvector is installed (see db.yaml) - no vectorchord extension image
|
||
|
|
# exists for pg18 in CNPG's catalog yet. Explicit instead of relying on
|
||
|
|
# auto-detect's vectorchord-first preference order.
|
||
|
|
DB_VECTOR_EXTENSION: "pgvector"
|
||
|
|
REDIS_HOSTNAME: "immich-redis"
|
||
|
|
IMMICH_MACHINE_LEARNING_URL: "http://immich-machine-learning:3003"
|
||
|
|
TZ: "America/Los_Angeles"
|