@@ -117,6 +117,7 @@ readinessProbe:
|
||||
httpGet:
|
||||
path: /ping
|
||||
port: 8000
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 90 # Allow Reflex to fully start (build + startup takes time)
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 10 # Increased timeout for slow responses
|
||||
@@ -128,6 +129,7 @@ livenessProbe:
|
||||
httpGet:
|
||||
path: /live
|
||||
port: 8000
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 120 # More time for liveness (after readiness + build)
|
||||
periodSeconds: 20 # Check less frequently
|
||||
timeoutSeconds: 10 # Increased timeout
|
||||
|
||||
@@ -140,6 +140,7 @@ livenessProbe:
|
||||
httpGet:
|
||||
path: /ping
|
||||
port: 8000
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
@@ -147,8 +148,9 @@ livenessProbe:
|
||||
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: http:/ping
|
||||
path: /ping
|
||||
port: 8000
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 3
|
||||
|
||||
Reference in New Issue
Block a user