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: 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