enable traefik access log

This commit is contained in:
Mans Ziesel 2024-10-13 17:19:05 +02:00
parent 7363b76d54
commit 64f117878b

View File

@ -31,6 +31,7 @@ spec:
- --entryPoints.traefik.Address=:8080
- --providers.kubernetesingress.ingressendpoint.publishedservice=traefik/traefik-service
- --providers.kubernetescrd
- --accesslog=true
ports:
- name: web
containerPort: 80