dosubot[bot] commented on issue #34998: URL: https://github.com/apache/superset/issues/34998#issuecomment-3248503854
<!-- Answer --> Based on Superset's Helm chart requirements, double-check that your values.yaml has `postgresql.enabled: false` to disable the internal database, and that all external DB connection parameters (db_host, db_port, db_user, db_pass, db_name) are set under `supersetNode.connections` and match your external PostgreSQL instance. For production, database passwords should be referenced via Kubernetes Secrets, not hardcoded in values.yaml. If your database requires SSL, add `?sslmode=require` to your connection string or as an extra argument. The init container will wait for the database port to be reachable before starting Superset, so any network policy or firewall blocking traffic from the Superset pod to 10.168.8.60:6432 will cause the "no route to host" error. Review your namespace, subnet, and NetworkPolicies to ensure connectivity, and confirm that all DB connection details are aligned between values.yaml, secrets, and environment variables for a successful deployment [source](https ://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/helm/superset/values.yaml). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/d3448c01-b884-4812-a548-515aef400433?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/d3448c01-b884-4812-a548-515aef400433?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/d3448c01-b884-4812-a548-515aef400433?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/d3448c01-b884-4812-a548-515aef400433?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d3448c01-b884-4812-a548-515aef400433?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/d3448c01-b884-4812-a548-515aef400433?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/d3448c01-b884-4812-a548-515aef400433?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34998) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org