mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-07 13:53:12 +00:00
fix(admin): return 503 when health deps are not ready (#1824)
This commit is contained in:
@@ -111,7 +111,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /health/ready
|
||||
port: 9000
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 5
|
||||
|
||||
@@ -190,7 +190,7 @@ livenessProbe:
|
||||
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /health/ready
|
||||
port: endpoint
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 5
|
||||
|
||||
Reference in New Issue
Block a user