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