From 5489c21f043df6300030040fe076fddb937a7e73 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 14 May 2025 06:52:37 +0000 Subject: [PATCH] charts/audiobookshelf/values.yaml aktualisiert --- charts/audiobookshelf/values.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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