diff --git a/kubernetes/apps/media/prowlarr/app/helmrelease.yaml b/kubernetes/apps/media/prowlarr/app/helmrelease.yaml index 7799decd..a6d37057 100644 --- a/kubernetes/apps/media/prowlarr/app/helmrelease.yaml +++ b/kubernetes/apps/media/prowlarr/app/helmrelease.yaml @@ -54,11 +54,12 @@ spec: liveness: &probes enabled: true custom: true - exec: - command: - - sh - - -c - - "if [ \"$(wget -q -O- http://localhost/ping | jq -r '.status')\" = 'OK' ]; then exit 0; else exit 1; fi" + spec: + exec: + command: + - sh + - -c + - "if [ \"$(wget -q -O- http://localhost/ping | jq -r '.status')\" = 'OK' ]; then exit 0; else exit 1; fi" initialDelaySeconds: 0 periodSeconds: 10 timeoutSeconds: 1