mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
lean readiness probe.
This commit is contained in:
parent
582ddbb939
commit
9cea1d2034
@ -40,22 +40,14 @@ spec:
|
||||
name: buildify-config
|
||||
- secretRef:
|
||||
name: buildify-auth-secrets
|
||||
# Gentle liveness probe on "/" — 302 counts as healthy
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
path: /
|
||||
port: 5173
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 60
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
port: 5173
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 1
|
||||
failureThreshold: 3
|
||||
successThreshold: 1
|
||||
# No readinessProbe: Pods are marked Ready as soon as the container starts
|
||||
|
Loading…
Reference in New Issue
Block a user