help wantedloggedreviewed
Repository metrics
- Stars
- (19,563 stars)
- PR merge metrics
- (平均マージ 5d 16h) (30d で 138 merged PRs)
説明
Is your feature request related to a problem? Please describe.
Hi I am currently deploying Cubejs behing Nginx Proxy so I should add prefix path to the Node.
As the basePath configuration works very well for /v1/load, I could not hit health-checks related endpoint, since the Nginx controller will re-route the request incorrectly.
Describe the solution you'd like
I was wondering, could we add /basePath prefix to livez and readyz ?. Is there any specific consideration why we did not set this up in the first place ?