Hello, I configured my custom domain and my DNS. The IP resolutions works fine. However, when navigating to the custom domain, I end up on the Ingress proxy and I have a 404 nginx error
hostname: https://zfda0a340-za64eaf25-gtw.z9f080405.numa.sh/ domain: https://core-test.aiboov.com/
Could you help?
Thanks
Hello @Thomas_Mouchart,
Seems your app is not starting because there is no more resources available on the cluster as stated into deployment logs.
You can increase max nodes allowed in cluster settings:
Then update your cluster:
If you want to know more about how to optimize cluster resources and applications resources, you can have a look at this thread
Cheers !