From 47609ebe397b2678345a126dff47853054b0337f Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 14 May 2025 18:51:43 +0000 Subject: [PATCH] charts/audiobookshelf/values.yaml aktualisiert --- charts/audiobookshelf/values.yaml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/charts/audiobookshelf/values.yaml b/charts/audiobookshelf/values.yaml index 26aae93..a3cc1e5 100644 --- a/charts/audiobookshelf/values.yaml +++ b/charts/audiobookshelf/values.yaml @@ -122,19 +122,18 @@ resources: cpu: 100m memory: 128Mi -probes: - livenessProbe: - tcpSocket: - port: http - initialDelaySeconds: 10 - periodSeconds: 4 - failureThreshold: 8 - readinessProbe: - tcpSocket: - port: http - initialDelaySeconds: 10 - periodSeconds: 3 - failureThreshold: 3 +livenessProbe: + tcpSocket: + port: http + initialDelaySeconds: 10 + periodSeconds: 4 + failureThreshold: 8 +readinessProbe: + tcpSocket: + port: http + initialDelaySeconds: 10 + periodSeconds: 3 + failureThreshold: 3 # Additional volumes on the output Deployment definition. volumes: []