Private namespace

This commit is contained in:
Aram 🍐 2019-10-27 23:44:08 -04:00
parent 210f7b6d29
commit 41d9277694
3 changed files with 10 additions and 2 deletions

View file

@ -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