From 51a384d4ac6693704bedec6f77a7d7c19e84989f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 16 May 2025 20:07:16 -0500 Subject: [PATCH] fix port --- clusters/cl01tl/applications/prowlarr/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/prowlarr/values.yaml b/clusters/cl01tl/applications/prowlarr/values.yaml index e46921ee6..5aa3f8dc7 100644 --- a/clusters/cl01tl/applications/prowlarr/values.yaml +++ b/clusters/cl01tl/applications/prowlarr/values.yaml @@ -35,7 +35,7 @@ prowlarr: - /usr/bin/env - bash - -c - - curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while + - curl --fail localhost:9696/api/v1/system/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` failureThreshold: 5 initialDelaySeconds: 60