diff --git a/dmz/internalproxy/templates/authentik.yaml b/dmz/internalproxy/templates/authentik.yaml index 8fb6803..d67ea43 100644 --- a/dmz/internalproxy/templates/authentik.yaml +++ b/dmz/internalproxy/templates/authentik.yaml @@ -50,5 +50,6 @@ metadata: name: example-redirectregex spec: redirectRegex: - regex: ^https://test.durp.info/(.*) + regex: (.)* replacement: https://google.com/${1} + permanent: true diff --git a/dmz/traefik/templates/config.yaml b/dmz/traefik/templates/config.yaml index d09b955..ae36dbf 100644 --- a/dmz/traefik/templates/config.yaml +++ b/dmz/traefik/templates/config.yaml @@ -15,3 +15,15 @@ data: loadBalancer: servers: - url: https://google.com + + https: + routers: + router0: + service: service0 + rule: Host(`test.durp.info`) + + services: + service0: + loadBalancer: + servers: + - url: https://google.com