Fix traefik logs

This commit is contained in:
2024-12-25 18:34:16 +01:00
parent b2f5495c1b
commit 661af72a39

View File

@@ -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