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 - name: http
containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }}
protocol: TCP protocol: TCP
{{- with .Values.livenessProbe }} {{- with .Values.probes }}
livenessProbe: {{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 12 }}
{{- end }} {{- end }}
readinessProbe: readinessProbe:
{{- toYaml .Values.readinessProbe | nindent 12 }} {{- toYaml .Values.readinessProbe | nindent 12 }}