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: paths:
- path: / - path: /
backend: backend:
serviceName: website serviceName: website.public
servicePort: 9000 servicePort: 9000
- path: /files
backend:
serviceName: files.public
servicePort: 9000
- host: defiant.momoperes.ca - host: defiant.momoperes.ca
http: http:
paths: paths:
- path: / - path: /
backend: backend:
serviceName: defiant serviceName: defiant.public
servicePort: 80 servicePort: 80

View file

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: private