k8s http redirect https 非标准https端口
1,redirect标准https端口
注释增加 nginx.ingress.kubernetes.io/ssl-redirect : true 即可
2,redirect非标准https端口,以8443端口为例
controller里修改容器args,增加参数--https-port=8443
controller修改容器的containerPort
controller的service修改暴露端口为8443
增加注释:nginx.ingress.kubernetes.io/use-port-in-redirects: "true"