From 161237d5ff3015a559d75c8986c3db7b15c6e95b Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 14 May 2025 17:39:47 +0000 Subject: [PATCH] charts/audiobookshelf/values.yaml aktualisiert --- charts/audiobookshelf/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/audiobookshelf/values.yaml b/charts/audiobookshelf/values.yaml index ca11e7c..144dd73 100644 --- a/charts/audiobookshelf/values.yaml +++ b/charts/audiobookshelf/values.yaml @@ -122,14 +122,14 @@ resources: cpu: 100m memory: 128Mi -livenessProbe: {} -# tcpSocket: -# port: http +livenessProbe: + tcpSocket: + port: http # initialDelaySeconds: 15 # timeoutSeconds: 10 -readinessProbe: {} -# tcpSocket: -# port: http +readinessProbe: + tcpSocket: + port: http # initialDelaySeconds: 15 # timeoutSeconds: 1