Fix service names

This commit is contained in:
Aram 🍐 2019-10-27 23:50:13 -04:00
parent 17ce895148
commit 89a7bf6274
2 changed files with 13 additions and 3 deletions

View 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

View file

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