Remove radarr health checks
This commit is contained in:
parent
f3d27f1ca2
commit
39671653a6
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue