We're a place where coders share, stay up-to-date and grow their careers.
Got this working. Changed listeners on ELB to HTTP and HTTPS and following annotations on ingress seems to be working. SSL certificate still terminating on ELB.
Ingress annotation nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
ELB listener setting.
Got this working.
Changed listeners on ELB to HTTP and HTTPS and following annotations on ingress seems to be working. SSL certificate still terminating on ELB.
Ingress annotation
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
ELB listener setting.