mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
update
This commit is contained in:
parent
d39ab5d5a3
commit
d6427b326d
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue