Explicitly disable typesense
This commit is contained in:
parent
460bf160c0
commit
f5b8ec083a
1 changed files with 4 additions and 0 deletions
|
@ -11,15 +11,19 @@ externalSecrets:
|
|||
- secretKey: DB_PASSWORD
|
||||
key: immich
|
||||
property: DB_PASSWORD
|
||||
|
||||
istio:
|
||||
commonName: photos.minhas.io
|
||||
ingressSelector: ingressgateway
|
||||
issuer: letsencrypt-prod
|
||||
port: 80
|
||||
backendHost: immich-ui
|
||||
|
||||
env:
|
||||
- name: DB_HOSTNAME
|
||||
value: "ivyking.minhas.io"
|
||||
- name: TYPESENSE_ENABLED
|
||||
value: false
|
||||
- name: DB_USERNAME
|
||||
value: "immich"
|
||||
- name: DB_DATABASE_NAME
|
||||
|
|
Loading…
Reference in a new issue