Add proxy for immich
This commit is contained in:
parent
f5525e1b64
commit
afd27ea240
1 changed files with 5 additions and 2 deletions
|
@ -16,7 +16,7 @@ istio:
|
||||||
commonName: photos.minhas.io
|
commonName: photos.minhas.io
|
||||||
ingressSelector: ingressgateway
|
ingressSelector: ingressgateway
|
||||||
issuer: letsencrypt-prod
|
issuer: letsencrypt-prod
|
||||||
port: 3000
|
port: 8080
|
||||||
backendHost: immich-web
|
backendHost: immich-web
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -55,4 +55,7 @@ machine-learning:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
|
enabled: true
|
||||||
|
persistence:
|
||||||
|
library:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue