From d0f29b415ad7814058b52bf74a6de13e274ac73e Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Fri, 24 Nov 2023 11:32:28 -0500 Subject: [PATCH] port maybe? --- weave-gitops/helmrelease-oauth2-proxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weave-gitops/helmrelease-oauth2-proxy.yaml b/weave-gitops/helmrelease-oauth2-proxy.yaml index a3a7b47..f824a6e 100644 --- a/weave-gitops/helmrelease-oauth2-proxy.yaml +++ b/weave-gitops/helmrelease-oauth2-proxy.yaml @@ -57,7 +57,7 @@ spec: # Default configuration, to be overridden configFile: |- email_domains = [ "*" ] - upstreams = [ "http://weave-gitops" ] + upstreams = [ "http://weave-gitops:9001" ] # Custom configuration file: oauth2_proxy.cfg # configFile: |- # pass_basic_auth = false