diff --git a/charts/audiobookshelf/values.yaml b/charts/audiobookshelf/values.yaml index 0c01a50..a71f4e3 100644 --- a/charts/audiobookshelf/values.yaml +++ b/charts/audiobookshelf/values.yaml @@ -125,16 +125,15 @@ resources: livenessProbe: tcpSocket: port: http -# initialDelaySeconds: 15 -# timeoutSeconds: 10 + initialDelaySeconds: 5 + periodSeconds: 4 + failureThreshold: 8 readinessProbe: tcpSocket: port: http - initialDelaySeconds: 3 + initialDelaySeconds: 5 periodSeconds: 3 failureThreshold: 3 -# initialDelaySeconds: 15 -# timeoutSeconds: 1 # Additional volumes on the output Deployment definition. volumes: []