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: routes:
- match: Host(`test.durp.info`) && PathPrefix(`/`) - match: Host(`test.durp.info`) && PathPrefix(`/`)
kind: Rule kind: Rule
middlewares:
- name: example-redirectregex
namespace: traefik
services: services:
- name: service0 - name: test
namespace: traefik
port: 443 port: 443
tls: tls:
secretName: authentik-tls secretName: authentik-tls

View File

@@ -5,25 +5,9 @@ metadata:
data: data:
config.yml: | config.yml: |
http: http:
routers:
router0:
service: service0
rule: Host(`test.durp.info`)
services: services:
service0: test:
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

View File

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