1
0
Fork 0

Add TLS-enabled Router

This commit is contained in:
Daniel Tomcej 2019-08-14 11:16:06 -06:00 committed by Traefiker Bot
parent 2895ad21f3
commit 9e3f549341
5 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,17 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: test.ingress.https
namespace: default
spec:
rules:
- host: whoami.test.https
http:
paths:
- path: /whoami
backend:
serviceName: whoami
servicePort: http
tls:
- secretName: tls-cert