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