Move website files to public namespace

This commit is contained in:
Aram 🍐 2019-11-02 09:42:16 -04:00
parent 1d2ff6cef6
commit d90d303ce8
3 changed files with 1 additions and 15 deletions

View file

@ -1,10 +0,0 @@
kind: Service
apiVersion: v1
metadata:
name: files-private-fwd
namespace: public
spec:
type: ExternalName
externalName: website-files.private.svc.cluster.local
ports:
- port: 9000

View file

@ -20,7 +20,7 @@ spec:
servicePort: 9000 servicePort: 9000
- path: /files - path: /files
backend: backend:
serviceName: files-private-fwd serviceName: website-files
servicePort: 9000 servicePort: 9000
- host: defiant.momoperes.ca - host: defiant.momoperes.ca
http: http:

View file

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