From 2a62797466648a8b73a4691a51cfe3ee3025deb9 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Tue, 10 Sep 2024 19:00:47 +0200 Subject: [PATCH] change traefik loglevel --- authentik/manifest.yaml | 2 +- traefik/values.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/authentik/manifest.yaml b/authentik/manifest.yaml index ab2b888..59a9960 100644 --- a/authentik/manifest.yaml +++ b/authentik/manifest.yaml @@ -67,7 +67,7 @@ spec: secretKeyRef: key: authentik_host_insecure name: authentik-outpost-api - image: ghcr.io/goauthentik/proxy + image: ghcr.io/goauthentik/proxy:2024.8.1 name: proxy ports: - containerPort: 9000 diff --git a/traefik/values.yaml b/traefik/values.yaml index e4e48c6..92575cf 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -44,3 +44,7 @@ ingressRoute: namespace: authentik tls: secretName: traefik-tls-key + +logs: + general: + level: DEBUG