mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -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:
|
||||
- match: Host(`test.durp.info`) && PathPrefix(`/`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: test
|
||||
middlewares:
|
||||
- name: example-redirectregex
|
||||
namespace: traefik
|
||||
services:
|
||||
- name: authentik-server
|
||||
port: 443
|
||||
tls:
|
||||
secretName: authentik-tls
|
||||
|
|
@ -49,5 +51,5 @@ metadata:
|
|||
spec:
|
||||
redirectRegex:
|
||||
regex: (.)*
|
||||
replacement: https://google.com/${1}
|
||||
replacement: https://authentik.durp.info/${1}
|
||||
permanent: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue