allow cross namespace middlewares
This commit is contained in:
parent
151fd8521a
commit
6b8cc16f99
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ updateStrategy:
|
|||
maxUnavailable: 1
|
||||
maxSurge: 0
|
||||
|
||||
providers:
|
||||
kubernetesCRD:
|
||||
allowCrossNamespace: true
|
||||
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue