From a22c74d871a97b7bd6b54f013442209351e7b383 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 28 Jun 2024 23:11:25 -0800 Subject: [PATCH] use access logs --- infrastructure/controllers/ingress-traefik.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/infrastructure/controllers/ingress-traefik.yaml b/infrastructure/controllers/ingress-traefik.yaml index cf23ef4..761bdad 100644 --- a/infrastructure/controllers/ingress-traefik.yaml +++ b/infrastructure/controllers/ingress-traefik.yaml @@ -26,10 +26,8 @@ spec: namespace: futureporn interval: 12h values: - controller: - service: - type: "LoadBalancer" - admissionWebhooks: - enabled: false + logs: + access: + enabled: true globalArguments: - "--global.sendanonymoususage=false" \ No newline at end of file