From c331470b8855aef864dc805067eae42a19867206 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 23 Nov 2023 23:25:05 -0500 Subject: [PATCH] traefik dashboard attempt 4 --- 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 a9b55e6..9fe5bcd 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://api@internal" ] + upstreams = [ "http://traefik" ] # Custom configuration file: oauth2_proxy.cfg # configFile: |- # pass_basic_auth = false