set probes

This commit is contained in:
2026-05-07 16:19:05 -05:00
parent a092b6ffa5
commit c096777eca

View File

@@ -94,6 +94,8 @@ spec:
limits:
nvidia.com/gpu: 1
livenessProbe:
enabled: true
probe:
httpGet:
path: /health
port: 8000
@@ -103,6 +105,8 @@ spec:
failureThreshold: 10
readinessProbe:
enabled: true
probe:
httpGet:
path: /health
port: 8000
@@ -112,6 +116,8 @@ spec:
failureThreshold: 20
startupProbe:
enabled: true
probe:
httpGet:
path: /health
port: 8000