This message was deleted.
# rancher-desktop
a
This message was deleted.
s
Copy code
kubectl get ingress -n mimir-test
NAME          CLASS   HOSTS           ADDRESS   PORTS   AGE
mimir-nginx   nginx   <http://mimir.utek.co|mimir.utek.co>             80      14m
h
Did you look at using ExternalName on a Service? Then you could create an Ingress to it. https://kubernetes.io/docs/concepts/services-networking/service/#externalname
s
Thanks for the reply, wouldnt the helm chart provide this normally?
h
If you create a default helm chart, it creates a service, but not with ExternalName.
s
wonder if i need metallb to make this work. As the internal-ip is 172.26.89.200 for the nodes doesnt match the actual lan addressing?