add more static sites
This commit is contained in:
parent
01bddbe310
commit
d899e98f32
1 changed files with 20 additions and 0 deletions
|
@ -25,3 +25,23 @@ spec:
|
||||||
name: s3staticsites
|
name: s3staticsites
|
||||||
port:
|
port:
|
||||||
name: http
|
name: http
|
||||||
|
- host: herzfeld.casa
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: s3staticsites
|
||||||
|
port:
|
||||||
|
name: http
|
||||||
|
- host: beta.herzfeld.casa
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: s3staticsites
|
||||||
|
port:
|
||||||
|
name: http
|
||||||
|
|
Loading…
Reference in a new issue