diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-23 14:10:11 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-23 14:10:11 +0100 |
| commit | 090a357ef46473e76b0cd0e0e1b013e6080a7360 (patch) | |
| tree | 1452cc1b553c7e8688c240c7b9730e723c81f0ff /bundles/authelia/files/kube.yaml | |
| parent | 7663c3a87167b59c706bd4ec0cf708402aa7fe46 (diff) | |
refactor traefik middlewares into separate files
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/authelia/files/kube.yaml')
| -rw-r--r-- | bundles/authelia/files/kube.yaml | 2 |
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 |