ingress-nginx-helm/controllers/nginx/examples/proxy-protocol/nginx-svc.yaml

20 lines
319 B
YAML
Raw Normal View History

2016-05-06 08:23:52 +00:00
apiVersion: v1
kind: Service
metadata:
name: nginx-ingress-controller
spec:
type: NodePort
ports:
- port: 80
targetPort: 80
nodePort: 32080
protocol: TCP
name: http
- port: 443
targetPort: 443
nodePort: 32443
protocol: TCP
name: https
selector:
k8s-app: nginx-ingress-lb