3 Commits

Author SHA1 Message Date
d39ab5d5a3 update 2025-03-04 05:14:17 -06:00
947835171c update 2025-03-04 05:12:59 -06:00
f4f58bfedc update 2025-03-04 05:11:26 -06:00
3 changed files with 4 additions and 21 deletions

View File

@@ -8,11 +8,9 @@ spec:
routes:
- match: Host(`test.durp.info`) && PathPrefix(`/`)
kind: Rule
middlewares:
- name: example-redirectregex
namespace: traefik
services:
- name: service0
- name: test
namespace: traefik
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

View File

@@ -6,6 +6,7 @@ traefik:
providers:
kubernetesCRD:
allowCrossNamespace: false
allowExternalNameServices: true
allowEmptyServices: false