fix(admin): return 503 when health deps are not ready (#1824)

This commit is contained in:
realyashnegi
2026-02-14 21:26:47 -05:00
committed by GitHub
parent 4895c180e1
commit 715cf33b89
9 changed files with 210 additions and 56 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ spec:
failureThreshold: 3
readinessProbe:
httpGet:
path: /health
path: /health/ready
port: 9000
initialDelaySeconds: 30
periodSeconds: 5
+1 -1
View File
@@ -190,7 +190,7 @@ livenessProbe:
readinessProbe:
httpGet:
path: /health
path: /health/ready
port: endpoint
initialDelaySeconds: 30
periodSeconds: 5