3 Commits

Author SHA1 Message Date
d724b929da update 2025-03-04 05:19:17 -06:00
53313df223 update 2025-03-04 05:18:47 -06:00
d6427b326d update 2025-03-04 05:18:00 -06:00

View File

@@ -8,9 +8,10 @@ spec:
routes: routes:
- match: Host(`test.durp.info`) && PathPrefix(`/`) - match: Host(`test.durp.info`) && PathPrefix(`/`)
kind: Rule kind: Rule
middlewares:
- name: example-redirectregex
services: services:
- name: test - name: authentik-server
namespace: traefik
port: 443 port: 443
tls: tls:
secretName: authentik-tls secretName: authentik-tls
@@ -49,5 +50,5 @@ metadata:
spec: spec:
redirectRegex: redirectRegex:
regex: (.)* regex: (.)*
replacement: https://google.com/${1} replacement: https://authentik.durp.info/${1}
permanent: true permanent: false