multiple domains
This commit is contained in:
parent
2ff9da6d88
commit
25cfb90a86
|
@ -16,6 +16,9 @@ spec:
|
||||||
- hosts:
|
- hosts:
|
||||||
- tusd.tus.io
|
- tusd.tus.io
|
||||||
secretName: tusd-tls
|
secretName: tusd-tls
|
||||||
|
- hosts:
|
||||||
|
- master.tus.io
|
||||||
|
secretName: master-tls
|
||||||
rules:
|
rules:
|
||||||
- host: tusd.tus.io
|
- host: tusd.tus.io
|
||||||
http:
|
http:
|
||||||
|
@ -24,4 +27,11 @@ spec:
|
||||||
backend:
|
backend:
|
||||||
serviceName: tusd
|
serviceName: tusd
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
|
- host: master.tus.io
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
backend:
|
||||||
|
serviceName: tusd
|
||||||
|
servicePort: 80
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue