ingress-nginx-helm/deploy/provider/baremetal/service-nodeport.yml
Manuel de Brito Fontes a9168f276e Split documentation
2017-10-13 18:13:51 -03:00

16 lines
261 B
YAML

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