Rename service-nodeport.yml to service-nodeport.yaml

Keeping filename consistent and fixes README documentation for deploying on bare metal.
This commit is contained in:
Justin Garrison 2017-10-16 11:00:24 -07:00 committed by GitHub
parent 9fc28366c2
commit 88b69c7c69

View file

@ -0,0 +1,18 @@
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