GitHub user dosubot[bot] added a comment to the discussion: Cutom Docker Image Build and deplument via Helm
<!-- Answer --> Your Helm values.yaml has a couple of key issues that can cause ALB 504 errors. The hosts field must be set to a valid DNS hostname (not an empty string)โfor example, use your Superset domain or a placeholder like chart-example.local. The ingressClassName should be set to the ALB ingress controller's class name, usually "alb". Without these, ALB can't route traffic to your service. Your ALB annotations look correct, but make sure your Superset pods are healthy and responding to /health, since ALB uses this for health checks. If you still get 504s after fixing hosts and ingressClassName, check your pod logs and ALB target group health status. See the [Helm chart values.yaml](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/helm/superset/values.yaml) and [ingress template](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/helm/superset/templates/ingress.yaml) for reference. <!-- 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/39ef39b3-46fb-4ec2-ab14-67141cd91eaa?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/39ef39b3-46fb-4ec2-ab14-67141cd91eaa?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/39ef39b3-46fb-4ec2-ab14-67141cd91eaa?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/39ef39b3-46fb-4ec2-ab14-67141cd91eaa?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/39ef39b3-46fb-4ec2-ab14-67141cd91eaa?feedback_type=hallucination) | [Report ๐](https://app.dosu.dev/response-feedback/39ef39b3-46fb-4ec2-ab14-67141cd91eaa?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/39ef39b3-46fb-4ec2-ab14-67141cd91eaa?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](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/discussions/34882) GitHub link: https://github.com/apache/superset/discussions/34882#discussioncomment-14410409 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org