From 834fd2b5844c85c79b6fe432b91981a498340575 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 14 May 2025 18:29:38 +0000 Subject: [PATCH] charts/audiobookshelf/templates/deployment.yaml aktualisiert --- charts/audiobookshelf/templates/deployment.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/audiobookshelf/templates/deployment.yaml b/charts/audiobookshelf/templates/deployment.yaml index c8e4060..c5ffdd3 100644 --- a/charts/audiobookshelf/templates/deployment.yaml +++ b/charts/audiobookshelf/templates/deployment.yaml @@ -41,9 +41,8 @@ spec: - name: http containerPort: {{ .Values.service.port }} protocol: TCP - {{- with .Values.livenessProbe }} - livenessProbe: - {{- toYaml . | nindent 12 }} + {{- with .Values.probes }} + {{- toYaml . | nindent 10 }} {{- end }} readinessProbe: {{- toYaml .Values.readinessProbe | nindent 12 }}