mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
Merge 522da2be8a
into b82af5b826
This commit is contained in:
commit
b19d59a2d8
1 changed files with 2 additions and 0 deletions
|
@ -120,10 +120,12 @@ spec:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health/liveliness
|
path: /health/liveliness
|
||||||
port: http
|
port: http
|
||||||
|
timeoutSeconds: 10
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health/readiness
|
path: /health/readiness
|
||||||
port: http
|
port: http
|
||||||
|
timeoutSeconds: 10
|
||||||
# Give the container time to start up. Up to 5 minutes (10 * 30 seconds)
|
# Give the container time to start up. Up to 5 minutes (10 * 30 seconds)
|
||||||
startupProbe:
|
startupProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue