From 17ce895148ca64e8ff2b805c6f7fbb52c5941b61 Mon Sep 17 00:00:00 2001 From: momothereal Date: Sun, 27 Oct 2019 23:44:35 -0400 Subject: [PATCH] Move files to private namespace --- infra/manifests/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/manifests/ingress.yaml b/infra/manifests/ingress.yaml index 2cbd361..89442e4 100644 --- a/infra/manifests/ingress.yaml +++ b/infra/manifests/ingress.yaml @@ -20,7 +20,7 @@ spec: servicePort: 9000 - path: /files backend: - serviceName: files.public + serviceName: files.private servicePort: 9000 - host: defiant.momoperes.ca http: