I'm running my angular service with Node IP
and NodePort
. Now I want to set some dns name for my angular application. Where do I need to set the dns name for Node IP
and NodePort
? Is there any config file that I need to change?
example: 10.10.10.10/34781(my angular running)
expecting: myangular.deploy.com (How to set this?)
Im expecting to run my application with dns and not with IP and port. Thanks in advance.