Add namespace to middleware

This commit is contained in:
2024-12-25 21:15:35 +01:00
parent 3abd58d0d8
commit 06d9192cdd

View File

@@ -8,7 +8,8 @@ ingressRoute:
matchRule: Host(`traefik.example.com`)
entryPoints: ["websecure"]
middlewares:
- name: "authelia-auth@kubernetescrd"
- name: "authelia@kubernetescrd"
namespace: "auth"
providers:
kubernetesCRD:
allowCrossNamespace: true