mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Fix traefik logs
This commit is contained in:
@@ -1,23 +1,15 @@
|
|||||||
# /infrastructure/controllers/traefik/values.yaml
|
# /infrastructure/controllers/traefik/values.yaml
|
||||||
deployment:
|
|
||||||
additionalVolumes:
|
|
||||||
- name: access-log
|
|
||||||
hostPath:
|
|
||||||
path: /var/log/traefik/
|
|
||||||
additionalVolumeMounts:
|
|
||||||
- name: access-log
|
|
||||||
mountPath: /var/log/traefik/
|
|
||||||
logs:
|
logs:
|
||||||
access:
|
access:
|
||||||
enabled: true
|
enabled: true
|
||||||
filePath: /var/log/traefik/access.log
|
|
||||||
ingressRoute:
|
ingressRoute:
|
||||||
dashboard:
|
dashboard:
|
||||||
enabled: true
|
enabled: true
|
||||||
matchRule: Host(`traefik.example.com`)
|
matchRule: Host(`traefik.example.com`)
|
||||||
entryPoints: ["websecure"]
|
entryPoints: ["websecure"]
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: "auth-authelia@kubernetescrd"
|
- name: "authelia@kubernetescrd"
|
||||||
|
- namespace: "auth"
|
||||||
providers:
|
providers:
|
||||||
kubernetesCRD:
|
kubernetesCRD:
|
||||||
allowCrossNamespace: true
|
allowCrossNamespace: true
|
||||||
|
|||||||
Reference in New Issue
Block a user