Remove radarr health checks

This commit is contained in:
SeanOMik 2023-04-08 17:16:53 -04:00
parent f3d27f1ca2
commit 39671653a6
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 10 additions and 10 deletions

View File

@ -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: