From 661af72a39b9c9515b836308eec82b00a97dd701 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Wed, 25 Dec 2024 18:34:16 +0100 Subject: [PATCH] Fix traefik logs --- infrastructure/controllers/traefik/values.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/infrastructure/controllers/traefik/values.yaml b/infrastructure/controllers/traefik/values.yaml index 46bcd94..ad89975 100644 --- a/infrastructure/controllers/traefik/values.yaml +++ b/infrastructure/controllers/traefik/values.yaml @@ -1,23 +1,15 @@ # /infrastructure/controllers/traefik/values.yaml -deployment: - additionalVolumes: - - name: access-log - hostPath: - path: /var/log/traefik/ -additionalVolumeMounts: -- name: access-log - mountPath: /var/log/traefik/ logs: access: enabled: true - filePath: /var/log/traefik/access.log ingressRoute: dashboard: enabled: true matchRule: Host(`traefik.example.com`) entryPoints: ["websecure"] middlewares: - - name: "auth-authelia@kubernetescrd" + - name: "authelia@kubernetescrd" + - namespace: "auth" providers: kubernetesCRD: allowCrossNamespace: true