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 port: 7878
probes: probes:
liveness: liveness:
enabled: true enabled: false
custom: true # custom: true
spec: # spec:
httpGet: # httpGet:
path: /ping # path: /ping
port: 7878 # port: 7878
initialDelaySeconds: 10 # initialDelaySeconds: 10
periodSeconds: 10 # periodSeconds: 10
timeoutSeconds: 3 # timeoutSeconds: 3
failureThreshold: 3 # failureThreshold: 3
startup: startup:
enabled: false enabled: false
ingress: ingress: