kind of working

This commit is contained in:
Kai Wu 2025-07-31 15:19:46 -07:00
parent b63982ef00
commit 3c24be8273
6 changed files with 42 additions and 19 deletions

View file

@ -48,15 +48,9 @@ spec:
readinessProbe:
httpGet:
path: /v1/models
port: http-openai
initialDelaySeconds: 360
periodSeconds: 360
livenessProbe:
httpGet:
path: /v1/health
port: http-openai
initialDelaySeconds: 600
periodSeconds: 360
port: 8000
initialDelaySeconds: 100
periodSeconds: 100
---
apiVersion: v1