Skip to content

Commit 386615a

Browse files
Increase liveness timeout for main container (#255)
1 parent 6298b0c commit 386615a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

charts/model-engine/templates/service_template_config_map.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,12 @@ data:
285285
port: ${USER_CONTAINER_PORT}
286286
initialDelaySeconds: ${READINESS_INITIAL_DELAY}
287287
periodSeconds: 5
288+
livenessProbe:
289+
httpGet:
290+
path: ${HEALTHCHECK_ROUTE}
291+
port: ${USER_CONTAINER_PORT}
292+
initialDelaySeconds: ${READINESS_INITIAL_DELAY}
293+
timeoutSeconds: 5
288294
resources:
289295
requests:
290296
{{- if eq $device "gpu" }}

0 commit comments

Comments
 (0)