fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Ehsan.Asadi
2025-12-31 14:06:59 +03:30
parent 7aace12809
commit bc9ad90634
2 changed files with 0 additions and 4 deletions

View File

@@ -117,7 +117,6 @@ readinessProbe:
httpGet: httpGet:
path: /ping path: /ping
port: 8000 port: 8000
# host: localhost
scheme: HTTP scheme: HTTP
initialDelaySeconds: 30 # Allow Reflex to fully start (build + startup takes time) initialDelaySeconds: 30 # Allow Reflex to fully start (build + startup takes time)
periodSeconds: 10 periodSeconds: 10
@@ -130,7 +129,6 @@ livenessProbe:
httpGet: httpGet:
path: /live path: /live
port: 8000 port: 8000
# host: localhost
scheme: HTTP scheme: HTTP
initialDelaySeconds: 30 # More time for liveness (after readiness + build) initialDelaySeconds: 30 # More time for liveness (after readiness + build)
periodSeconds: 10 # Check less frequently periodSeconds: 10 # Check less frequently

View File

@@ -140,7 +140,6 @@ 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
@@ -151,7 +150,6 @@ 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