blob: 9a1cfa9af98120c0c972c1261efc5c97659eff0a [file] [log] [blame]
Richard Jankowskic3c291c2018-02-02 13:57:33 -05001apiVersion: v1
2kind: Service
3metadata:
4 name: ingress-nginx
5 namespace: ingress-nginx
6spec:
7 type: NodePort
8 selector:
9 app: ingress-nginx
10 ports:
11 - name: http
12 port: 80
13 nodePort: 30080
14 targetPort: http
15 - name: https
16 port: 443
17 nodePort: 30443
18 targetPort: https