about summary refs log tree commit diff
path: root/bundles/authelia
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-23 14:10:11 +0100
committerRobert Günzler <r@gnzler.io>2026-02-23 14:10:11 +0100
commit090a357ef46473e76b0cd0e0e1b013e6080a7360 (patch)
tree1452cc1b553c7e8688c240c7b9730e723c81f0ff /bundles/authelia
parent7663c3a87167b59c706bd4ec0cf708402aa7fe46 (diff)
refactor traefik middlewares into separate files
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/authelia')
-rw-r--r--bundles/authelia/files/kube.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/authelia/files/kube.yaml b/bundles/authelia/files/kube.yaml
index 78ad0a3..7afa74a 100644
--- a/bundles/authelia/files/kube.yaml
+++ b/bundles/authelia/files/kube.yaml
@@ -24,7 +24,7 @@ metadata:
     traefik.http.routers.authelia-metrics.entrypoints: metrics
     traefik.http.routers.authelia-metrics.rule: Path(`/metrics/authelia`)
     traefik.http.routers.authelia-metrics.service: authelia-metrics
-    traefik.http.routers.authelia-metrics.middlewares: replacepath-metrics
+    traefik.http.routers.authelia-metrics.middlewares: replacepath-metrics@file
     traefik.http.services.authelia-metrics.loadbalancer.server.port: 9959
 spec:
   restartPolicy: Never