This commit is contained in:
@@ -117,7 +117,7 @@ readinessProbe:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /ping
|
path: /ping
|
||||||
port: 8000
|
port: 8000
|
||||||
host: localhost
|
# host: localhost
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
initialDelaySeconds: 90 # Allow Reflex to fully start (build + startup takes time)
|
initialDelaySeconds: 90 # Allow Reflex to fully start (build + startup takes time)
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
@@ -130,7 +130,7 @@ livenessProbe:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /live
|
path: /live
|
||||||
port: 8000
|
port: 8000
|
||||||
host: localhost
|
# host: localhost
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
initialDelaySeconds: 120 # More time for liveness (after readiness + build)
|
initialDelaySeconds: 120 # More time for liveness (after readiness + build)
|
||||||
periodSeconds: 20 # Check less frequently
|
periodSeconds: 20 # Check less frequently
|
||||||
|
|||||||
Reference in New Issue
Block a user