diff --git a/dmz/internalproxy/templates/authentik.yaml b/dmz/internalproxy/templates/authentik.yaml index d67ea43..0588974 100644 --- a/dmz/internalproxy/templates/authentik.yaml +++ b/dmz/internalproxy/templates/authentik.yaml @@ -8,11 +8,8 @@ spec: routes: - match: Host(`test.durp.info`) && PathPrefix(`/`) kind: Rule - middlewares: - - name: example-redirectregex - namespace: traefik services: - - name: service0 + - name: test port: 443 tls: secretName: authentik-tls diff --git a/dmz/traefik/templates/config.yaml b/dmz/traefik/templates/config.yaml index ae36dbf..8304b37 100644 --- a/dmz/traefik/templates/config.yaml +++ b/dmz/traefik/templates/config.yaml @@ -5,25 +5,9 @@ metadata: data: config.yml: | http: - routers: - router0: - service: service0 - rule: Host(`test.durp.info`) - services: - service0: + test: loadBalancer: servers: - url: https://google.com - https: - routers: - router0: - service: service0 - rule: Host(`test.durp.info`) - - services: - service0: - loadBalancer: - servers: - - url: https://google.com