Add docs/examples for proxy_protocol

This commit is contained in:
Christian Simon 2016-05-06 09:23:52 +01:00
parent 2db2324c6c
commit ca53e1efb4
5 changed files with 112 additions and 0 deletions

View file

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