Install immich
This commit is contained in:
parent
f1fdcceea7
commit
e2d75a2155
2 changed files with 54 additions and 0 deletions
|
@ -55,3 +55,8 @@ helmApps:
|
|||
repoURL: https://k8s-at-home.com/charts/
|
||||
chart: wallabag
|
||||
revision: 7.1.2
|
||||
- app: immich
|
||||
namespace: immich
|
||||
repoURL: https://immich-app.github.io/immich-charts
|
||||
chart: immich
|
||||
revision: 0.1.2
|
||||
|
|
49
argo/immich/values.yaml
Normal file
49
argo/immich/values.yaml
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
name: immich
|
||||
namespace: immich
|
||||
istio:
|
||||
commonName: photos.minhas.io
|
||||
ingressSelector: ingressgateway
|
||||
issuer: letsencrypt-prod
|
||||
port: 80
|
||||
backendHost: immich-ui
|
||||
|
||||
externalSecrets:
|
||||
secretStoreName: immich
|
||||
vaultRole: immich
|
||||
secretPaths:
|
||||
- name: immich
|
||||
secrets:
|
||||
- secretKey: DB_PASSWORD
|
||||
key: immich
|
||||
property: DB_PASSWORD
|
||||
|
||||
env:
|
||||
- name: DB_HOSTNAME
|
||||
value: "ivyking.minhas.io"
|
||||
- name: DB_USERNAME
|
||||
value: "immich"
|
||||
- name: DB_DATABASE_NAME
|
||||
value: "immich"
|
||||
- name: IMMICH_WEB_URL
|
||||
value: "https;//photos.minhas.io"
|
||||
- name: DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: immich
|
||||
key: DB_PASSWORD
|
||||
|
||||
|
||||
immich:
|
||||
persistence:
|
||||
library:
|
||||
existingClaim: immich
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
|
||||
machine-learning:
|
||||
enabled: false
|
||||
|
||||
proxy:
|
||||
enabled: false
|
Loading…
Reference in a new issue