Add aramperes.ca
This commit is contained in:
parent
98df9fbfc0
commit
18dee29a98
1 changed files with 14 additions and 0 deletions
|
@ -17,6 +17,9 @@ spec:
|
||||||
- hosts:
|
- hosts:
|
||||||
- poire.dev
|
- poire.dev
|
||||||
secretName: poire.dev-wildcard-tls
|
secretName: poire.dev-wildcard-tls
|
||||||
|
- hosts:
|
||||||
|
- aramperes.ca
|
||||||
|
secretName: aramperes.ca-wildcard-tls
|
||||||
rules:
|
rules:
|
||||||
- host: momoperes.ca
|
- host: momoperes.ca
|
||||||
http:
|
http:
|
||||||
|
@ -61,4 +64,15 @@ spec:
|
||||||
backend:
|
backend:
|
||||||
serviceName: website-files
|
serviceName: website-files
|
||||||
servicePort: 9000
|
servicePort: 9000
|
||||||
|
- host: aramperes.ca
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
backend:
|
||||||
|
serviceName: website
|
||||||
|
servicePort: 9000
|
||||||
|
- path: /files
|
||||||
|
backend:
|
||||||
|
serviceName: website-files
|
||||||
|
servicePort: 9000
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue