From 6693266ba52cf01f01c5b24eab75f45234715eb6 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 6 Apr 2021 18:50:35 +0100 Subject: [PATCH] Remove auth from photos --- manifests/photos/photos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/photos/photos.yaml b/manifests/photos/photos.yaml index 7699574..7dca64b 100644 --- a/manifests/photos/photos.yaml +++ b/manifests/photos/photos.yaml @@ -21,5 +21,5 @@ spec: paths: - path: / backend: - serviceName: auth-proxy + serviceName: inlets servicePort: 80