Fix service names
This commit is contained in:
parent
17ce895148
commit
89a7bf6274
2 changed files with 13 additions and 3 deletions
|
@ -16,16 +16,16 @@ spec:
|
|||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: website.public
|
||||
serviceName: website
|
||||
servicePort: 9000
|
||||
- path: /files
|
||||
backend:
|
||||
serviceName: files.private
|
||||
serviceName: files-private-fwd
|
||||
servicePort: 9000
|
||||
- host: defiant.momoperes.ca
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: defiant.public
|
||||
serviceName: defiant
|
||||
servicePort: 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue