Fix CrowdSec middleware references in Traefik ingresses

This commit is contained in:
2026-06-29 22:47:21 +02:00
parent ee881acd0e
commit a128523c24
16 changed files with 50 additions and 23 deletions
+8 -2
View File
@@ -10,14 +10,16 @@ spec:
- match: Host(`adguard.forust.xyz`) || Host(`dns.forust.xyz`)
kind: Rule
middlewares:
- name: "crowdsec-crowdsec-bouncer@kubernetescrd"
- name: crowdsec-bouncer
namespace: crowdsec
services:
- name: adguard-service
port: 3000
- match: (Host(`adguard.forust.xyz`) || Host(`dns.forust.xyz`)) && PathPrefix(`/dns-query`)
kind: Rule
middlewares:
- name: "crowdsec-crowdsec-bouncer@kubernetescrd"
- name: crowdsec-bouncer
namespace: crowdsec
services:
- name: adguard-service
port: 3000
@@ -39,3 +41,7 @@ spec:
- name: adguard-service
port: 3000
- match: (Host(`adguard.workstation.internal`) || Host(`dns.workstation.internal`) || Host(`adguard.gigaforust.internal`) || Host(`dns.gigaforust.internal`)) && PathPrefix(`/dns-query`)
kind: Rule
services:
- name: adguard-service
port: 3000