blob: da11d04fb9e8c19e3f79f91ac7c6db8cecd80a04 [file] [log] [blame]
Richard Jankowskic3c291c2018-02-02 13:57:33 -05001apiVersion: v1
2kind: Service
3metadata:
4 name: ingress-nginx
Richard Jankowskid4454382018-02-08 16:21:43 -05005 namespace: voltha
Richard Jankowskic3c291c2018-02-02 13:57:33 -05006spec:
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