fix: debug endpoint when insecure API.
This commit is contained in:
parent
bc063ad773
commit
ddbf4470a1
3 changed files with 18 additions and 0 deletions
|
@ -21,6 +21,14 @@
|
|||
"rule": "PathPrefix(`/`)",
|
||||
"priority": 2147483645
|
||||
},
|
||||
"debug": {
|
||||
"entryPoints": [
|
||||
"traefik"
|
||||
],
|
||||
"service": "api@internal",
|
||||
"rule": "PathPrefix(`/debug`)",
|
||||
"priority": 2147483646
|
||||
},
|
||||
"ping": {
|
||||
"entryPoints": [
|
||||
"test"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue