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
|
- secretKey: DB_PASSWORD
|
||||||
key: immich
|
key: immich
|
||||||
property: DB_PASSWORD
|
property: DB_PASSWORD
|
||||||
|
|
||||||
istio:
|
istio:
|
||||||
commonName: photos.minhas.io
|
commonName: photos.minhas.io
|
||||||
ingressSelector: ingressgateway
|
ingressSelector: ingressgateway
|
||||||
issuer: letsencrypt-prod
|
issuer: letsencrypt-prod
|
||||||
port: 80
|
port: 80
|
||||||
backendHost: immich-ui
|
backendHost: immich-ui
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: DB_HOSTNAME
|
- name: DB_HOSTNAME
|
||||||
value: "ivyking.minhas.io"
|
value: "ivyking.minhas.io"
|
||||||
|
- name: TYPESENSE_ENABLED
|
||||||
|
value: false
|
||||||
- name: DB_USERNAME
|
- name: DB_USERNAME
|
||||||
value: "immich"
|
value: "immich"
|
||||||
- name: DB_DATABASE_NAME
|
- name: DB_DATABASE_NAME
|
||||||
|
|
Loading…
Reference in a new issue