From b029dfbf906cde0548b003273cac71e0c65dfcaf Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 19 May 2019 13:37:13 +0200 Subject: [PATCH] fix https nodeport --- nginx-nodeport.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx-nodeport.yaml b/nginx-nodeport.yaml index 4bb0e60..f40ecc8 100644 --- a/nginx-nodeport.yaml +++ b/nginx-nodeport.yaml @@ -18,6 +18,7 @@ spec: port: 443 targetPort: 443 protocol: TCP + nodePort: 30181 selector: app.kubernetes.io/name: ingress-nginx app.kubernetes.io/part-of: ingress-nginx