From 39671653a60c87c5c7214607f9ecb19f233798e8 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 8 Apr 2023 17:16:53 -0400 Subject: [PATCH] Remove radarr health checks --- .../apps/download/radarr/helm-release.yaml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/cluster/apps/download/radarr/helm-release.yaml b/cluster/apps/download/radarr/helm-release.yaml index 4f1cf24..cfd7b73 100644 --- a/cluster/apps/download/radarr/helm-release.yaml +++ b/cluster/apps/download/radarr/helm-release.yaml @@ -29,16 +29,16 @@ spec: port: 7878 probes: liveness: - enabled: true - custom: true - spec: - httpGet: - path: /ping - port: 7878 - initialDelaySeconds: 10 - periodSeconds: 10 - timeoutSeconds: 3 - failureThreshold: 3 + enabled: false +# custom: true +# spec: +# httpGet: +# path: /ping +# port: 7878 +# initialDelaySeconds: 10 +# periodSeconds: 10 +# timeoutSeconds: 3 +# failureThreshold: 3 startup: enabled: false ingress: