Hi PleasantGiraffe85 - the error you're seeing is the nginx reverse proxy, trying to access the apiserver service internally - this should not be affected by how externally expose your services externally
The service address is usually set in the chart, and the nginx can be configured by passing the value using an env var to the webserver container entry point. I'll look it up soon 🙂
Yup, these were the values I was missing! 🙏 Thank you so much!
I am very new to all these things, and I didn't even use helm chart (stupid me...) only after you asked, I checked about it, and saw I could have made use of it, and that it could have saved me so much time 😛
Well, we always get smarter by learning from these experiences. So, next time... 🙂
Hi PleasantGiraffe85 , sorry for the delay 🙂
The environment variable is NGINX_APISERVER_ADDRESS
(default value is http://apiserver:8008 )
There's also NGINX_FILESERVER_ADDRESS
🙂
Hi SuccessfulKoala55 , thank you for the clarification. So how can I change it to locate the API on our k8s service? If it's nginx I guess I'll have to manually configure it...?