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/go-away | |
| parent | 7663c3a87167b59c706bd4ec0cf708402aa7fe46 (diff) | |
refactor traefik middlewares into separate files
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/go-away')
| -rw-r--r-- | bundles/go-away/files/traefik.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/go-away/files/traefik.yaml b/bundles/go-away/files/traefik.yaml index a8fcb9d..aa1b923 100644 --- a/bundles/go-away/files/traefik.yaml +++ b/bundles/go-away/files/traefik.yaml @@ -37,4 +37,4 @@ http: - metrics service: go-away-metrics middlewares: - - replacepath-metrics@docker + - replacepath-metrics@file |