Private namespace
This commit is contained in:
parent
210f7b6d29
commit
41d9277694
3 changed files with 10 additions and 2 deletions
|
@ -16,12 +16,16 @@ spec:
|
|||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: website
|
||||
serviceName: website.public
|
||||
servicePort: 9000
|
||||
- path: /files
|
||||
backend:
|
||||
serviceName: files.public
|
||||
servicePort: 9000
|
||||
- host: defiant.momoperes.ca
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: defiant
|
||||
serviceName: defiant.public
|
||||
servicePort: 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue