fix: Add more domains to the ingress
This commit is contained in:
parent
0fcc4e7219
commit
80f844404f
1 changed files with 20 additions and 0 deletions
|
@ -67,3 +67,23 @@ spec:
|
|||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
- host: legendaryframework.com
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: legendary-doc-site
|
||||
port:
|
||||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
- host: legendaryframework.org
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: legendary-doc-site
|
||||
port:
|
||||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
|
|
Loading…
Reference in a new issue