fixed https port forwarding

443 was redirected to named port 'http' instead of 'https' (points to https://github.com/kubernetes/ingress-nginx/blob/master/deploy/provider/patch-service-without-rbac.yaml#L35)
In the AWS/GCP examples it was fine ('https') so I fixed it for azure as well.
This commit is contained in:
Itay Shakury 2017-10-20 18:22:33 +03:00 committed by GitHub
parent d3eef047c7
commit f5ddf6af76

View file

@ -16,4 +16,4 @@ spec:
targetPort: http targetPort: http
- name: https - name: https
port: 443 port: 443
targetPort: http targetPort: https