Docs - TLS termination of HAProxy Ingress

This commit is contained in:
Joao Morais 2017-02-06 22:28:45 -02:00
parent 51ead1ce73
commit b579cbba74
3 changed files with 104 additions and 0 deletions

View file

@ -0,0 +1,16 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: app
spec:
tls:
- hosts:
- foo.bar
rules:
- host: foo.bar
http:
paths:
- path: /
backend:
serviceName: nginx
servicePort: 80