ingress-nginx-helm/deploy/provider/baremetal/service-nodeport.yaml
Justin Garrison 88b69c7c69 Rename service-nodeport.yml to service-nodeport.yaml
Keeping filename consistent and fixes README documentation for deploying on bare metal.
2017-10-16 11:00:24 -07:00

18 lines
288 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ingress-nginx
namespace: ingress-nginx
spec:
type: NodePort
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP
- name: https
port: 443
targetPort: 443
protocol: TCP
selector:
app: ingress-nginx