From ff41cba07ebc1d06c483f938744ab73884e96971 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 23 Nov 2023 23:31:58 -0500 Subject: [PATCH] traefik dashboard attempt 5 --- traefik/helmrelease-oauth2-proxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/helmrelease-oauth2-proxy.yaml b/traefik/helmrelease-oauth2-proxy.yaml index 9fe5bcd..0456626 100644 --- a/traefik/helmrelease-oauth2-proxy.yaml +++ b/traefik/helmrelease-oauth2-proxy.yaml @@ -57,7 +57,7 @@ spec: # Default configuration, to be overridden configFile: |- email_domains = [ "*" ] - upstreams = [ "http://traefik" ] + upstreams = [ "http://traefik:30674" ] # Custom configuration file: oauth2_proxy.cfg # configFile: |- # pass_basic_auth = false