Change radarr liveness probe

This commit is contained in:
SeanOMik 2023-04-08 17:13:06 -04:00
parent 481318eee7
commit f3d27f1ca2
Signed by: SeanOMik
GPG key ID: 568F326C7EB33ACB

View file

@ -35,9 +35,9 @@ spec:
httpGet:
path: /ping
port: 7878
initialDelaySeconds: 0
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
timeoutSeconds: 3
failureThreshold: 3
startup:
enabled: false