From f3d27f1ca2c7974ae23d871e566db4e005ede385 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 8 Apr 2023 17:13:06 -0400 Subject: [PATCH] Change radarr liveness probe --- cluster/apps/download/radarr/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/download/radarr/helm-release.yaml b/cluster/apps/download/radarr/helm-release.yaml index 183374c..4f1cf24 100644 --- a/cluster/apps/download/radarr/helm-release.yaml +++ b/cluster/apps/download/radarr/helm-release.yaml @@ -35,9 +35,9 @@ spec: httpGet: path: /ping port: 7878 - initialDelaySeconds: 0 + initialDelaySeconds: 10 periodSeconds: 10 - timeoutSeconds: 1 + timeoutSeconds: 3 failureThreshold: 3 startup: enabled: false