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
|
||||
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
|
||||
|
|
|
@ -18,8 +18,7 @@ spec:
|
|||
secretRef:
|
||||
name: sops-gpg
|
||||
dependsOn:
|
||||
- name: openebs
|
||||
- name: openebs-sc
|
||||
- name: cloudnative-pg-cluster
|
||||
postBuild:
|
||||
substituteFrom:
|
||||
- kind: ConfigMap
|
||||
|
|
Loading…
Add table
Reference in a new issue