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