fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ehsan.Asadi
2025-12-31 13:46:07 +03:30
parent 7593025e6a
commit 918f48b1ee
2 changed files with 4 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ readinessProbe:
httpGet: httpGet:
path: /ping path: /ping
port: 8000 port: 8000
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
@@ -129,6 +130,7 @@ livenessProbe:
httpGet: httpGet:
path: /live path: /live
port: 8000 port: 8000
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

View File

@@ -140,6 +140,7 @@ livenessProbe:
httpGet: httpGet:
path: /ping path: /ping
port: 8000 port: 8000
host: localhost
scheme: HTTP scheme: HTTP
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
@@ -150,6 +151,7 @@ readinessProbe:
httpGet: httpGet:
path: /ping path: /ping
port: 8000 port: 8000
host: localhost
scheme: HTTP scheme: HTTP
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 5 periodSeconds: 5