1
0
Fork 0

fix: use MaxInt32.

This commit is contained in:
Ludovic Fernandez 2019-11-15 20:14:04 +01:00 committed by Traefiker Bot
parent 3bdeb75cc2
commit bfa61c8f67
8 changed files with 18 additions and 18 deletions

View file

@ -7,7 +7,7 @@
],
"service": "api@internal",
"rule": "PathPrefix(`/api`)",
"priority": 9223372036854775806
"priority": 2147483646
},
"dashboard": {
"entryPoints": [
@ -19,7 +19,7 @@
],
"service": "dashboard@internal",
"rule": "PathPrefix(`/`)",
"priority": 9223372036854775805
"priority": 2147483645
}
},
"middlewares": {

View file

@ -7,7 +7,7 @@
],
"service": "api@internal",
"rule": "PathPrefix(`/api`)",
"priority": 9223372036854775806
"priority": 2147483646
}
},
"services": {

View file

@ -7,7 +7,7 @@
],
"service": "api@internal",
"rule": "PathPrefix(`/api`)",
"priority": 9223372036854775806
"priority": 2147483646
},
"dashboard": {
"entryPoints": [
@ -19,7 +19,7 @@
],
"service": "dashboard@internal",
"rule": "PathPrefix(`/`)",
"priority": 9223372036854775805
"priority": 2147483645
},
"ping": {
"entryPoints": [
@ -27,7 +27,7 @@
],
"service": "ping@internal",
"rule": "PathPrefix(`/ping`)",
"priority": 9223372036854775807
"priority": 2147483647
},
"prometheus": {
"entryPoints": [
@ -35,7 +35,7 @@
],
"service": "prometheus@internal",
"rule": "PathPrefix(`/metrics`)",
"priority": 9223372036854775807
"priority": 2147483647
},
"rest": {
"entryPoints": [
@ -43,7 +43,7 @@
],
"service": "rest@internal",
"rule": "PathPrefix(`/api/providers`)",
"priority": 9223372036854775807
"priority": 2147483647
}
},
"middlewares": {

View file

@ -7,7 +7,7 @@
],
"service": "ping@internal",
"rule": "PathPrefix(`/ping`)",
"priority": 9223372036854775807
"priority": 2147483647
}
},
"services": {

View file

@ -7,7 +7,7 @@
],
"service": "prometheus@internal",
"rule": "PathPrefix(`/metrics`)",
"priority": 9223372036854775807
"priority": 2147483647
}
},
"services": {

View file

@ -7,7 +7,7 @@
],
"service": "rest@internal",
"rule": "PathPrefix(`/api/providers`)",
"priority": 9223372036854775807
"priority": 2147483647
}
},
"services": {