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:
|
||||
- poire.dev
|
||||
secretName: poire.dev-wildcard-tls
|
||||
- hosts:
|
||||
- aramperes.ca
|
||||
secretName: aramperes.ca-wildcard-tls
|
||||
rules:
|
||||
- host: momoperes.ca
|
||||
http:
|
||||
|
@ -61,4 +64,15 @@ spec:
|
|||
backend:
|
||||
serviceName: website-files
|
||||
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