set probes
This commit is contained in:
@@ -94,6 +94,8 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: 1
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
enabled: true
|
||||||
|
probe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8000
|
port: 8000
|
||||||
@@ -103,6 +105,8 @@ spec:
|
|||||||
failureThreshold: 10
|
failureThreshold: 10
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
enabled: true
|
||||||
|
probe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8000
|
port: 8000
|
||||||
@@ -112,6 +116,8 @@ spec:
|
|||||||
failureThreshold: 20
|
failureThreshold: 20
|
||||||
|
|
||||||
startupProbe:
|
startupProbe:
|
||||||
|
enabled: true
|
||||||
|
probe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8000
|
port: 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user