feat(immich): provide option for pgvector initialization
This commit is contained in:
parent
1548893c4c
commit
a8335e5852
3 changed files with 8 additions and 1 deletions
|
@ -4,8 +4,13 @@ fullnameOverride: ""
|
|||
|
||||
imagePullSecrets: []
|
||||
|
||||
|
||||
# Configurations that are relevant for all the components of the chart
|
||||
common:
|
||||
config:
|
||||
# This has only an effect during database initialization
|
||||
# pgvector is the default as CloudNativePG supports it out of the box
|
||||
vectorExtension: pgvector # or pgvecto.rs
|
||||
postgres:
|
||||
host: immich-db
|
||||
existingSecret:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue