This commit is contained in:
2025-03-04 05:11:26 -06:00
parent f9b1ae184d
commit f4f58bfedc
2 changed files with 2 additions and 21 deletions

View File

@@ -8,11 +8,8 @@ spec:
routes:
- match: Host(`test.durp.info`) && PathPrefix(`/`)
kind: Rule
middlewares:
- name: example-redirectregex
namespace: traefik
services:
- name: service0
- name: test
port: 443
tls:
secretName: authentik-tls

View File

@@ -5,25 +5,9 @@ metadata:
data:
config.yml: |
http:
routers:
router0:
service: service0
rule: Host(`test.durp.info`)
services:
service0:
test:
loadBalancer:
servers:
- url: https://google.com
https:
routers:
router0:
service: service0
rule: Host(`test.durp.info`)
services:
service0:
loadBalancer:
servers:
- url: https://google.com