fix: Fixes Immich crashes.
This commit is contained in:
parent
9979265d4c
commit
00146edc51
2 changed files with 30 additions and 0 deletions
29
kubernetes/services/immich/immich.yml
Normal file
29
kubernetes/services/immich/immich.yml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
immich:
|
||||||
|
persistence:
|
||||||
|
library:
|
||||||
|
existingClaim: immich-pvc
|
||||||
|
|
||||||
|
machine-learning:
|
||||||
|
persistence:
|
||||||
|
cache:
|
||||||
|
size: 25Gi
|
||||||
|
type: pvc
|
||||||
|
storageClass: nfs-client
|
||||||
|
|
||||||
|
redis:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
postgresql:
|
||||||
|
enabled: true
|
||||||
|
primary:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 1024Mi
|
||||||
|
|
||||||
|
server:
|
||||||
|
ingress:
|
||||||
|
main:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
image:
|
||||||
|
tag: v1.121.0
|
|
@ -39,4 +39,5 @@ mode = upgrade
|
||||||
name = immich
|
name = immich
|
||||||
repo = immich/immich
|
repo = immich/immich
|
||||||
variable_file = ../../secrets/immich.env
|
variable_file = ../../secrets/immich.env
|
||||||
|
options_file = ./immich.yml
|
||||||
namespace = immich
|
namespace = immich
|
||||||
|
|
Reference in a new issue