change traefik loglevel
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
1f5ae2126d
commit
2a62797466
2 changed files with 5 additions and 1 deletions
|
@ -67,7 +67,7 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: authentik_host_insecure
|
key: authentik_host_insecure
|
||||||
name: authentik-outpost-api
|
name: authentik-outpost-api
|
||||||
image: ghcr.io/goauthentik/proxy
|
image: ghcr.io/goauthentik/proxy:2024.8.1
|
||||||
name: proxy
|
name: proxy
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
|
|
|
@ -44,3 +44,7 @@ ingressRoute:
|
||||||
namespace: authentik
|
namespace: authentik
|
||||||
tls:
|
tls:
|
||||||
secretName: traefik-tls-key
|
secretName: traefik-tls-key
|
||||||
|
|
||||||
|
logs:
|
||||||
|
general:
|
||||||
|
level: DEBUG
|
||||||
|
|
Loading…
Reference in a new issue