fix: Add more domains to the ingress

This commit is contained in:
Robert Prehn 2021-02-23 16:57:01 -06:00
parent 0fcc4e7219
commit 80f844404f

View file

@ -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