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