Fix service names
This commit is contained in:
parent
17ce895148
commit
89a7bf6274
2 changed files with 13 additions and 3 deletions
10
infra/manifests/external-files-fwd.yaml
Normal file
10
infra/manifests/external-files-fwd.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
kind: Service
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: files-private-fwd
|
||||||
|
namespace: public
|
||||||
|
spec:
|
||||||
|
type: ExternalName
|
||||||
|
externalName: files.private.svc.cluster.local
|
||||||
|
ports:
|
||||||
|
- port: 9000
|
|
@ -16,16 +16,16 @@ spec:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
backend:
|
backend:
|
||||||
serviceName: website.public
|
serviceName: website
|
||||||
servicePort: 9000
|
servicePort: 9000
|
||||||
- path: /files
|
- path: /files
|
||||||
backend:
|
backend:
|
||||||
serviceName: files.private
|
serviceName: files-private-fwd
|
||||||
servicePort: 9000
|
servicePort: 9000
|
||||||
- host: defiant.momoperes.ca
|
- host: defiant.momoperes.ca
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
backend:
|
backend:
|
||||||
serviceName: defiant.public
|
serviceName: defiant
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue