We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d91f7 commit 6a201adCopy full SHA for 6a201ad
charts/api-gateway/env/routes/bill.toml
@@ -48,6 +48,16 @@ listen = "/tariffs/namespace"
48
strip = false
49
group = "billing-manager"
50
51
+[routes.volume_tariffs_get]
52
+active = true
53
+name = "Get Volume Tariffs"
54
+method = "GET"
55
+roles = ["*"]
56
+upstream = "http://billing-manager.web.svc:5005"
57
+listen = "/tariffs/volume"
58
+strip = false
59
+group = "billing-manager"
60
+
61
[routes.balance_get]
62
active = true
63
name = "Get Balance"
0 commit comments