I deployed Hyperswitch in my own Kubernetes environment using Helm. The installation command I used is:
helm install hyperswitch ./charts/incubator/hyperswitch-stack -f ./charts/incubator/hyperswitch-stack/values.yaml -n hyperswitch --create-namespace
However, after a successful installation, I encountered an error when entering my email address during login; no verification email was sent.
I have reviewed the Chart.yaml and values.yaml files. Do I need to change the localhost addresses in values.yaml to the corresponding Kubernetes Service (svc) addresses? Theoretically, localhost wouldn't be accessible within the cluster, right? Thanks!"