charts/audiobookshelf/templates/deployment.yaml aktualisiert

This commit is contained in:
Marko Oldenburg 2025-05-14 18:29:38 +00:00
parent aa76e07c64
commit 834fd2b584

View File

@ -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 }}