diff --git a/charts/audiobookshelf/values.yaml b/charts/audiobookshelf/values.yaml index a71f4e3..a3cc1e5 100644 --- a/charts/audiobookshelf/values.yaml +++ b/charts/audiobookshelf/values.yaml @@ -125,13 +125,13 @@ resources: livenessProbe: tcpSocket: port: http - initialDelaySeconds: 5 + initialDelaySeconds: 10 periodSeconds: 4 failureThreshold: 8 readinessProbe: tcpSocket: port: http - initialDelaySeconds: 5 + initialDelaySeconds: 10 periodSeconds: 3 failureThreshold: 3