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:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
backend:
|
backend:
|
||||||
serviceName: website
|
serviceName: website.public
|
||||||
|
servicePort: 9000
|
||||||
|
- path: /files
|
||||||
|
backend:
|
||||||
|
serviceName: files.public
|
||||||
servicePort: 9000
|
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
|
||||||
|
|
4
infra/manifests/namespace-private.yaml
Normal file
4
infra/manifests/namespace-private.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: private
|
Loading…
Add table
Add a link
Reference in a new issue