Fix readiness probe to use /health endpoint (no auth needed)
This commit is contained in:
@@ -80,7 +80,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/models
|
||||
path: /health
|
||||
port: http
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
|
||||
Reference in New Issue
Block a user