Add TLS-enabled Router
This commit is contained in:
parent
2895ad21f3
commit
9e3f549341
5 changed files with 53 additions and 0 deletions
17
integration/fixtures/k8s/03-ingress-https.yml
Normal file
17
integration/fixtures/k8s/03-ingress-https.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue