charts/audiobookshelf/templates/deployment.yaml aktualisiert
This commit is contained in:
parent
a86280ba2c
commit
cceb234055
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user