From 719f16c4e30d35f5535e45f1b98994b1ca7f6cbb Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 9 Jan 2026 08:07:46 -0300 Subject: [PATCH] logging: route oauth2-proxy via loki gateway --- services/logging/oauth2-proxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/logging/oauth2-proxy.yaml b/services/logging/oauth2-proxy.yaml index 29d29d6..f9b9616 100644 --- a/services/logging/oauth2-proxy.yaml +++ b/services/logging/oauth2-proxy.yaml @@ -63,7 +63,7 @@ spec: - --cookie-refresh=20m - --cookie-expire=168h - --insecure-oidc-allow-unverified-email=true - - --upstream=http://loki.logging.svc.cluster.local:3100 + - --upstream=http://loki-gateway.logging.svc.cluster.local - --http-address=0.0.0.0:4180 - --skip-provider-button=true - --skip-jwt-bearer-tokens=true