remove probe

This commit is contained in:
2025-05-16 20:13:10 -05:00
parent 51a384d4ac
commit 4323b0b771
6 changed files with 0 additions and 102 deletions

View File

@@ -25,23 +25,6 @@ prowlarr:
env:
- name: TZ
value: US/Central
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- 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
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
resources:
requests:
cpu: 10m