diff --git a/charts/audiobookshelf/templates/deployment.yaml b/charts/audiobookshelf/templates/deployment.yaml index d767191..266924c 100644 --- a/charts/audiobookshelf/templates/deployment.yaml +++ b/charts/audiobookshelf/templates/deployment.yaml @@ -41,8 +41,9 @@ spec: - name: http containerPort: {{ .Values.service.port }} protocol: TCP + {{- with .Values.livenessProbe }} livenessProbe: - {{- toYaml .Values.livenessProbe | nindent 12 }} + {{- toYaml . | nindent 12 }} readinessProbe: {{- toYaml .Values.readinessProbe | nindent 12 }} resources: