Site URL is always http://localhost:3000

After revising the entire values.yaml file, removing the previous deployment, and reinstalling it with the updated values.yaml, everything now functions correctly. Unfortunately, I am unable to pinpoint the exact issue in my initial attempt. Nevertheless, I’ve identified some aspects that may assist others facing similar problems:

Ensure to:

  • Set the host to the correct URL without including the protocol, for example, use “rocketchat.mycompany.local” instead of “https://…”
  • Configure the ingress (if applicable) without specifying a host, as the chart will utilize the host specified in the values.yaml
  • (Even though it may seem trivial, it can happen to the best of us) Make sure to actually use the values.yaml in your Helm command.