Skip to content
Snippets Groups Projects
Verified Commit e2f1a4a6 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(immich): Fix startup of machine-learning by disable liveness probe

parent dd3340f3
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,9 @@ data: ...@@ -67,6 +67,9 @@ data:
limits: limits:
memory: 4Gi memory: 4Gi
cpu: "2" cpu: "2"
probes:
liveness:
enabled: false
persistence: persistence:
postgres-ca: postgres-ca:
enabled: true enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment