We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6298b0c commit 386615aCopy full SHA for 386615a
charts/model-engine/templates/service_template_config_map.yaml
@@ -285,6 +285,12 @@ data:
285
port: ${USER_CONTAINER_PORT}
286
initialDelaySeconds: ${READINESS_INITIAL_DELAY}
287
periodSeconds: 5
288
+ livenessProbe:
289
+ httpGet:
290
+ path: ${HEALTHCHECK_ROUTE}
291
+ port: ${USER_CONTAINER_PORT}
292
+ initialDelaySeconds: ${READINESS_INITIAL_DELAY}
293
+ timeoutSeconds: 5
294
resources:
295
requests:
296
{{- if eq $device "gpu" }}
0 commit comments