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

@@ -24,23 +24,6 @@ radarr:
value: 1000
- name: PGID
value: 1000
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:7878/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: 100m