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
1 changed files with 2 additions and 2 deletions

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