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