update
This commit is contained in:
@@ -8,9 +8,11 @@ spec:
|
|||||||
routes:
|
routes:
|
||||||
- match: Host(`test.durp.info`) && PathPrefix(`/`)
|
- match: Host(`test.durp.info`) && PathPrefix(`/`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
middlewares:
|
||||||
- name: test
|
- name: example-redirectregex
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
|
services:
|
||||||
|
- name: authentik-server
|
||||||
port: 443
|
port: 443
|
||||||
tls:
|
tls:
|
||||||
secretName: authentik-tls
|
secretName: authentik-tls
|
||||||
@@ -49,5 +51,5 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
redirectRegex:
|
redirectRegex:
|
||||||
regex: (.)*
|
regex: (.)*
|
||||||
replacement: https://google.com/${1}
|
replacement: https://authentik.durp.info/${1}
|
||||||
permanent: true
|
permanent: true
|
||||||
|
|||||||
Reference in New Issue
Block a user