hey folks, does anyone a working pulumi config for...
# getting-started
a
hey folks, does anyone a working pulumi config for azure AKS w/ NGINX Ingress controller for SSL? most of my cluster is working correctly, and I am able to reach all my services on
http://<ingress_host_name>/<service>
but the ingress controller never assigns the certificate correctly, because all
https://
requests fail with a 502. I've also tried the AG addon w/ similar results