Add poire.dev
This commit is contained in:
parent
0eaec8133b
commit
98df9fbfc0
1 changed files with 15 additions and 0 deletions
|
@ -14,6 +14,9 @@ spec:
|
||||||
- hosts:
|
- hosts:
|
||||||
- abitibitemiscamingueesports.club
|
- abitibitemiscamingueesports.club
|
||||||
secretName: abitibi-wildcard-tls
|
secretName: abitibi-wildcard-tls
|
||||||
|
- hosts:
|
||||||
|
- poire.dev
|
||||||
|
secretName: poire.dev-wildcard-tls
|
||||||
rules:
|
rules:
|
||||||
- host: momoperes.ca
|
- host: momoperes.ca
|
||||||
http:
|
http:
|
||||||
|
@ -47,3 +50,15 @@ spec:
|
||||||
backend:
|
backend:
|
||||||
serviceName: abitibi
|
serviceName: abitibi
|
||||||
servicePort: 9000
|
servicePort: 9000
|
||||||
|
- host: poire.dev
|
||||||
|
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