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