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
|
@ -39,6 +39,8 @@ spec:
|
|||
containerPort: {{ .Values.server.service.port }}
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: DB_VECTOR_EXTENSION
|
||||
value: {{ .Values.common.config.vectorExtension }}
|
||||
{{- with .Values.common.postgres }}
|
||||
- name: DB_HOSTNAME
|
||||
value: {{ .host }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue