fix(immich): correct invalid schema, make immich hr rely on postgres and redis hr's

This commit is contained in:
SeanOMik 2024-12-30 19:18:03 -05:00
parent ff808633bf
commit eb7332298f
Signed by: SeanOMik
GPG key ID: FEC9E2FC15235964
2 changed files with 8 additions and 6 deletions
kubernetes/main/apps/media/immich

View file

@ -13,6 +13,11 @@ spec:
kind: HelmRepository
name: bjws-charts
namespace: flux-system
dependsOn:
- name: redis
namespace: database
- name: cloudnative-pg
namespace: database
values:
controllers:
immich:
@ -88,8 +93,6 @@ spec:
persistence:
mlcache:
type: emptyDir
accessMode: ReadWriteMany
size: 10Gi
advancedMounts:
immich: # controller name
machine-learning: # container name
@ -98,6 +101,6 @@ spec:
type: hostPath
hostPath: /mnt/MainPool/Media/Photos
advancedMounts:
immich:
app:
immich: # controller name
app: # container name
- path: /usr/src/app/upload

View file

@ -18,8 +18,7 @@ spec:
secretRef:
name: sops-gpg
dependsOn:
- name: openebs
- name: openebs-sc
- name: cloudnative-pg-cluster
postBuild:
substituteFrom:
- kind: ConfigMap