This commit is contained in:
@@ -119,10 +119,10 @@ readinessProbe:
|
|||||||
port: 8000
|
port: 8000
|
||||||
# host: localhost
|
# host: localhost
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
initialDelaySeconds: 90 # Allow Reflex to fully start (build + startup takes time)
|
initialDelaySeconds: 30 # Allow Reflex to fully start (build + startup takes time)
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 10 # Increased timeout for slow responses
|
timeoutSeconds: 5 # Increased timeout for slow responses
|
||||||
failureThreshold: 10 # Allow 10 failures = 100s grace period
|
failureThreshold: 5 # Allow 10 failures = 100s grace period
|
||||||
|
|
||||||
# Override liveness probe
|
# Override liveness probe
|
||||||
# Using /live endpoint which is specifically designed for liveness checks
|
# Using /live endpoint which is specifically designed for liveness checks
|
||||||
@@ -132,9 +132,9 @@ livenessProbe:
|
|||||||
port: 8000
|
port: 8000
|
||||||
# host: localhost
|
# host: localhost
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
initialDelaySeconds: 120 # More time for liveness (after readiness + build)
|
initialDelaySeconds: 30 # More time for liveness (after readiness + build)
|
||||||
periodSeconds: 20 # Check less frequently
|
periodSeconds: 10 # Check less frequently
|
||||||
timeoutSeconds: 10 # Increased timeout
|
timeoutSeconds: 5 # Increased timeout
|
||||||
failureThreshold: 5 # Allow more failures before restart
|
failureThreshold: 5 # Allow more failures before restart
|
||||||
|
|
||||||
configMap:
|
configMap:
|
||||||
|
|||||||
Reference in New Issue
Block a user