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
d273f21505
commit
f9b1ae184d
2 changed files with 14 additions and 1 deletions
|
|
@ -50,5 +50,6 @@ metadata:
|
||||||
name: example-redirectregex
|
name: example-redirectregex
|
||||||
spec:
|
spec:
|
||||||
redirectRegex:
|
redirectRegex:
|
||||||
regex: ^https://test.durp.info/(.*)
|
regex: (.)*
|
||||||
replacement: https://google.com/${1}
|
replacement: https://google.com/${1}
|
||||||
|
permanent: true
|
||||||
|
|
|
||||||
|
|
@ -15,3 +15,15 @@ data:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: https://google.com
|
- url: https://google.com
|
||||||
|
|
||||||
|
https:
|
||||||
|
routers:
|
||||||
|
router0:
|
||||||
|
service: service0
|
||||||
|
rule: Host(`test.durp.info`)
|
||||||
|
|
||||||
|
services:
|
||||||
|
service0:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: https://google.com
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue