From cceb23405553219585ae3d73974e8ff545a0eaff Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 14 May 2025 18:50:55 +0000 Subject: [PATCH] charts/audiobookshelf/templates/deployment.yaml aktualisiert --- charts/audiobookshelf/templates/deployment.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/audiobookshelf/templates/deployment.yaml b/charts/audiobookshelf/templates/deployment.yaml index 020349f..d767191 100644 --- a/charts/audiobookshelf/templates/deployment.yaml +++ b/charts/audiobookshelf/templates/deployment.yaml @@ -41,9 +41,10 @@ spec: - name: http containerPort: {{ .Values.service.port }} protocol: TCP - {{- with .Values.probes }} - {{- toYaml . | nindent 10 }} - {{- end }} + livenessProbe: + {{- toYaml .Values.livenessProbe | nindent 12 }} + readinessProbe: + {{- toYaml .Values.readinessProbe | nindent 12 }} resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: