diff --git a/charts/audiobookshelf/values.yaml b/charts/audiobookshelf/values.yaml index ced2a25..9874fd7 100644 --- a/charts/audiobookshelf/values.yaml +++ b/charts/audiobookshelf/values.yaml @@ -123,14 +123,12 @@ resources: memory: 128Mi livenessProbe: - httpGet: - path: / + tcpSocket: port: http initialDelaySeconds: 15 timeoutSeconds: 10 readinessProbe: - httpGet: - path: / + tcpSocket: port: http initialDelaySeconds: 15 timeoutSeconds: 1