Hi team! Thanks for your effort with this product!
I have a use case where I'm using K8s deployment (via blockscout-stack helm chart) and I've deployed the blockscout API without a public endpoint (no ingress) but the frontend is not able to resolve the private service DNS from K8s:
_service_._namespace_.svc.cluster.local
We need a way to deploy the API privately (best case scenario) or have a secure way to deploy the API publicly (OK-ish scenario). If it's the latter we rather not resort to IP whitelisting and have some type of auth support (basic auth, jwt, etc.) between the stack components.
Best regards