charts/audiobookshelf/templates/deployment.yaml aktualisiert

This commit is contained in:
Marko Oldenburg 2025-05-14 18:50:55 +00:00
parent a86280ba2c
commit cceb234055

View File

@ -41,9 +41,10 @@ spec:
- name: http - name: http
containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }}
protocol: TCP protocol: TCP
{{- with .Values.probes }} livenessProbe:
{{- toYaml . | nindent 10 }} {{- toYaml .Values.livenessProbe | nindent 12 }}
{{- end }} readinessProbe:
{{- toYaml .Values.readinessProbe | nindent 12 }}
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts: