Reverse proxy a site with SNI support using kubernetes nginx-ingress
问题 I am setting a reverse proxy using kubernetes nginx-ingress, but I don't know how to add nginx parameters to the configuration, specifically: proxy_ssl_server_name. How do I set ingress parameters in yaml configurations? I already tried using the server-snippet annotation, but it seems like it's not adding the parameter to the nginx.conf file in the cluster pods. Here is the current code for the reverse proxy: kind: Service apiVersion: v1 metadata: name: formstack namespace: serves spec: type