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

fix(immich): force liveness probe removal

parent 0e392a9f
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,16 @@ spec:
upgrade:
remediation:
retries: -1
postRenderers:
- kustomize:
patchesJson6902:
- target:
version: v1
kind: Deployment
name: immich-machine-learning
patches:
- op: "remove"
path: /spec/template/spec/containers/0/livenessProbe }
---
apiVersion: v1
kind: ConfigMap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment