mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/tensorflow-resnet] Use different liveness/readiness probes (#26347)
* [bitnami/tensorflow-resnet] Use different liveness/readiness probes Signed-off-by: David Gomez <dgomezleon@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: David Gomez <dgomezleon@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
co-authored by
Bitnami Containers
parent
e94387a3f2
commit
4a037f5db5
File diff suppressed because it is too large
Load Diff
@@ -33,4 +33,4 @@ maintainers:
|
||||
name: tensorflow-resnet
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/tensorflow-resnet
|
||||
version: 4.1.0
|
||||
version: 4.1.1
|
||||
|
||||
@@ -147,8 +147,10 @@ spec:
|
||||
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customLivenessProbe "context" $) | nindent 12 }}
|
||||
{{- else if .Values.livenessProbe.enabled }}
|
||||
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.livenessProbe "enabled") "context" $) | nindent 12 }}
|
||||
tcpSocket:
|
||||
port: tf-serving
|
||||
exec:
|
||||
command:
|
||||
- pgrep
|
||||
- tensorflow
|
||||
{{- end }}
|
||||
{{- if .Values.customReadinessProbe }}
|
||||
readinessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customReadinessProbe "context" $) | nindent 12 }}
|
||||
|
||||
Reference in New Issue
Block a user