Update immich to use pgvector
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
08e7be7f5b
commit
10cd1df7c6
@ -20,6 +20,8 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: UPLOAD_LOCATION
|
- name: UPLOAD_LOCATION
|
||||||
value: /usr/src/app/upload
|
value: /usr/src/app/upload
|
||||||
|
- name: DB_VECTOR_EXTENSION
|
||||||
|
value: pgvector
|
||||||
- name: DB_HOSTNAME
|
- name: DB_HOSTNAME
|
||||||
value: postgresql.postgresql-system.svc.cluster.local
|
value: postgresql.postgresql-system.svc.cluster.local
|
||||||
- name: DB_USERNAME
|
- name: DB_USERNAME
|
||||||
|
@ -20,6 +20,8 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: UPLOAD_LOCATION
|
- name: UPLOAD_LOCATION
|
||||||
value: /usr/src/app/upload
|
value: /usr/src/app/upload
|
||||||
|
- name: DB_VECTOR_EXTENSION
|
||||||
|
value: pgvector
|
||||||
- name: DB_HOSTNAME
|
- name: DB_HOSTNAME
|
||||||
value: postgresql.postgresql-system.svc.cluster.local
|
value: postgresql.postgresql-system.svc.cluster.local
|
||||||
- name: DB_USERNAME
|
- name: DB_USERNAME
|
||||||
|
Loading…
Reference in New Issue
Block a user