fix(immich): correct invalid schema, make immich hr rely on postgres and redis hr's
This commit is contained in:
parent
ff808633bf
commit
eb7332298f
2 changed files with 8 additions and 6 deletions
kubernetes/main/apps/media/immich
|
@ -13,6 +13,11 @@ spec:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: bjws-charts
|
name: bjws-charts
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
|
dependsOn:
|
||||||
|
- name: redis
|
||||||
|
namespace: database
|
||||||
|
- name: cloudnative-pg
|
||||||
|
namespace: database
|
||||||
values:
|
values:
|
||||||
controllers:
|
controllers:
|
||||||
immich:
|
immich:
|
||||||
|
@ -88,8 +93,6 @@ spec:
|
||||||
persistence:
|
persistence:
|
||||||
mlcache:
|
mlcache:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
accessMode: ReadWriteMany
|
|
||||||
size: 10Gi
|
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
immich: # controller name
|
immich: # controller name
|
||||||
machine-learning: # container name
|
machine-learning: # container name
|
||||||
|
@ -98,6 +101,6 @@ spec:
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /mnt/MainPool/Media/Photos
|
hostPath: /mnt/MainPool/Media/Photos
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
immich:
|
immich: # controller name
|
||||||
app:
|
app: # container name
|
||||||
- path: /usr/src/app/upload
|
- path: /usr/src/app/upload
|
||||||
|
|
|
@ -18,8 +18,7 @@ spec:
|
||||||
secretRef:
|
secretRef:
|
||||||
name: sops-gpg
|
name: sops-gpg
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- name: openebs
|
- name: cloudnative-pg-cluster
|
||||||
- name: openebs-sc
|
|
||||||
postBuild:
|
postBuild:
|
||||||
substituteFrom:
|
substituteFrom:
|
||||||
- kind: ConfigMap
|
- kind: ConfigMap
|
||||||
|
|
Loading…
Add table
Reference in a new issue