diff --git a/modules/kubernetes/immich/main.tf b/modules/kubernetes/immich/main.tf index 0ede81e9..5bec3521 100644 --- a/modules/kubernetes/immich/main.tf +++ b/modules/kubernetes/immich/main.tf @@ -82,6 +82,7 @@ resource "kubernetes_persistent_volume_claim" "immich" { } } +# If you're having issuewith typesens container exiting prematurely, increase liveliness check resource "helm_release" "immich" { namespace = "immich" name = "immich"