Skip to content

Commit

Permalink
fix(gateway): handle versions per modules (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas authored Dec 18, 2023
1 parent 56c8bf3 commit fa71ccd
Show file tree
Hide file tree
Showing 144 changed files with 7,053 additions and 198 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,22 @@ data:
region "us-west-1"
env "staging"
endpoints {
auth http://127.0.0.1:10004/_info http://127.0.0.1:10004/_healthcheck
payments-api http://127.0.0.1:10002/_info http://127.0.0.1:10002/_health
payments-connectors http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
search http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
wallets http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
webhooks http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
auth {
http://127.0.0.1:10004/_info http://127.0.0.1:10004/_healthcheck
}
payments {
http://127.0.0.1:10002/_info http://127.0.0.1:10002/_health
http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
}
search {
http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
}
wallets {
http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
}
webhooks {
http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,28 @@ data:
region "us-west-1"
env "staging"
endpoints {
auth http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
ledger http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
orchestration http://127.0.0.1:8080/_info http://127.0.0.1:8080/_healthcheck
payments-api http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
payments-connectors http://127.0.0.1:10004/_info http://127.0.0.1:10004/_health
search http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
wallets http://127.0.0.1:10002/_info http://127.0.0.1:10002/_healthcheck
webhooks http://127.0.0.1:10007/_info http://127.0.0.1:10007/_healthcheck
auth {
http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
}
ledger {
http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
}
orchestration {
http://127.0.0.1:8080/_info http://127.0.0.1:8080/_healthcheck
}
payments {
http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
http://127.0.0.1:10004/_info http://127.0.0.1:10004/_health
}
search {
http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
}
wallets {
http://127.0.0.1:10002/_info http://127.0.0.1:10002/_healthcheck
}
webhooks {
http://127.0.0.1:10007/_info http://127.0.0.1:10007/_healthcheck
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,28 @@ data:
region "us-west-1"
env "staging"
endpoints {
auth http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
ledger http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
orchestration http://127.0.0.1:8080/_info http://127.0.0.1:8080/_healthcheck
payments-api http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
payments-connectors http://127.0.0.1:10004/_info http://127.0.0.1:10004/_health
search http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
wallets http://127.0.0.1:10002/_info http://127.0.0.1:10002/_healthcheck
webhooks http://127.0.0.1:10007/_info http://127.0.0.1:10007/_healthcheck
auth {
http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
}
ledger {
http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
}
orchestration {
http://127.0.0.1:8080/_info http://127.0.0.1:8080/_healthcheck
}
payments {
http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
http://127.0.0.1:10004/_info http://127.0.0.1:10004/_health
}
search {
http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
}
wallets {
http://127.0.0.1:10002/_info http://127.0.0.1:10002/_healthcheck
}
webhooks {
http://127.0.0.1:10007/_info http://127.0.0.1:10007/_healthcheck
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,28 @@ data:
region "us-west-1"
env "staging"
endpoints {
auth http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
ledger http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
orchestration http://127.0.0.1:8080/_info http://127.0.0.1:8080/_healthcheck
payments-api http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
payments-connectors http://127.0.0.1:10004/_info http://127.0.0.1:10004/_health
search http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
wallets http://127.0.0.1:10002/_info http://127.0.0.1:10002/_healthcheck
webhooks http://127.0.0.1:10007/_info http://127.0.0.1:10007/_healthcheck
auth {
http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
}
ledger {
http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
}
orchestration {
http://127.0.0.1:8080/_info http://127.0.0.1:8080/_healthcheck
}
payments {
http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
http://127.0.0.1:10004/_info http://127.0.0.1:10004/_health
}
search {
http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
}
wallets {
http://127.0.0.1:10002/_info http://127.0.0.1:10002/_healthcheck
}
webhooks {
http://127.0.0.1:10007/_info http://127.0.0.1:10007/_healthcheck
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,27 @@ data:
region "us-west-1"
env "staging"
endpoints {
auth http://127.0.0.1:10004/_info http://127.0.0.1:10004/_healthcheck
ledger http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
orchestration http://127.0.0.1:8080/_info http://127.0.0.1:8080/_healthcheck
payments http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
search http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
wallets http://127.0.0.1:10002/_info http://127.0.0.1:10002/_healthcheck
webhooks http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
auth {
http://127.0.0.1:10004/_info http://127.0.0.1:10004/_healthcheck
}
ledger {
http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
}
orchestration {
http://127.0.0.1:8080/_info http://127.0.0.1:8080/_healthcheck
}
payments {
http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
}
search {
http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
}
wallets {
http://127.0.0.1:10002/_info http://127.0.0.1:10002/_healthcheck
}
webhooks {
http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,28 @@ data:
region "us-west-1"
env "staging"
endpoints {
auth http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
ledger http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
orchestration http://127.0.0.1:8080/_info http://127.0.0.1:8080/_healthcheck
payments-api http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
payments-connectors http://127.0.0.1:10004/_info http://127.0.0.1:10004/_health
search http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
wallets http://127.0.0.1:10002/_info http://127.0.0.1:10002/_healthcheck
webhooks http://127.0.0.1:10007/_info http://127.0.0.1:10007/_healthcheck
auth {
http://127.0.0.1:10005/_info http://127.0.0.1:10005/_healthcheck
}
ledger {
http://127.0.0.1:10001/_info http://127.0.0.1:10001/_healthcheck
}
orchestration {
http://127.0.0.1:8080/_info http://127.0.0.1:8080/_healthcheck
}
payments {
http://127.0.0.1:10003/_info http://127.0.0.1:10003/_health
http://127.0.0.1:10004/_info http://127.0.0.1:10004/_health
}
search {
http://127.0.0.1:10006/_info http://127.0.0.1:10006/_healthcheck
}
wallets {
http://127.0.0.1:10002/_info http://127.0.0.1:10002/_healthcheck
}
webhooks {
http://127.0.0.1:10007/_info http://127.0.0.1:10007/_healthcheck
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,14 +237,28 @@ data:
region "us-west-1"
env "staging"
endpoints {
auth http://auth:8080/_info http://auth:8080/_healthcheck
ledger http://ledger:8080/_info http://ledger:8080/_healthcheck
orchestration http://orchestration:8080/_info http://orchestration:8080/_healthcheck
payments-api http://payments-api:8080/_info http://payments-api:8080/_health
payments-connectors http://payments-connectors:8080/_info http://payments-connectors:8080/_health
search http://search:8080/_info http://search:8080/_healthcheck
wallets http://wallets:8080/_info http://wallets:8080/_healthcheck
webhooks http://webhooks:8080/_info http://webhooks:8080/_healthcheck
auth {
http://auth:8080/_info http://auth:8080/_healthcheck
}
ledger {
http://ledger:8080/_info http://ledger:8080/_healthcheck
}
orchestration {
http://orchestration:8080/_info http://orchestration:8080/_healthcheck
}
payments {
http://payments-api:8080/_info http://payments-api:8080/_health
http://payments-connectors:8080/_info http://payments-connectors:8080/_health
}
search {
http://search:8080/_info http://search:8080/_healthcheck
}
wallets {
http://wallets:8080/_info http://wallets:8080/_healthcheck
}
webhooks {
http://webhooks:8080/_info http://webhooks:8080/_healthcheck
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
template:
metadata:
annotations:
stack.formance.cloud/volumes-hash: Q7NvcI6vScfjeoxdoeqyJuU8FPmESLvZheX7qHUTBrg=
stack.formance.cloud/volumes-hash: 9xebK6N2cZar3audOZIoMJuHUdlnw7W6Zktt5rewn5Y=
creationTimestamp: null
labels:
app.kubernetes.io/name: gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,25 @@ data:
region "us-west-1"
env "staging"
endpoints {
auth http://auth:8080/_info http://auth:8080/_healthcheck
ledger http://ledger:8080/_info http://ledger:8080/_healthcheck
payments-api http://payments-api:8080/_info http://payments-api:8080/_health
payments-connectors http://payments-connectors:8080/_info http://payments-connectors:8080/_health
search http://search:8080/_info http://search:8080/_healthcheck
wallets http://wallets:8080/_info http://wallets:8080/_healthcheck
webhooks http://webhooks:8080/_info http://webhooks:8080/_healthcheck
auth {
http://auth:8080/_info http://auth:8080/_healthcheck
}
ledger {
http://ledger:8080/_info http://ledger:8080/_healthcheck
}
payments {
http://payments-api:8080/_info http://payments-api:8080/_health
http://payments-connectors:8080/_info http://payments-connectors:8080/_health
}
search {
http://search:8080/_info http://search:8080/_healthcheck
}
wallets {
http://wallets:8080/_info http://wallets:8080/_healthcheck
}
webhooks {
http://webhooks:8080/_info http://webhooks:8080/_healthcheck
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
template:
metadata:
annotations:
stack.formance.cloud/volumes-hash: ewu4VkaeYQe8ylOOrA0ld396O3Y2ZkfotGuVE9HDwHw=
stack.formance.cloud/volumes-hash: O2wSHZvTjKpciRKExI9BiFy8Tg6kfU6YhrPgP4QTwTs=
creationTimestamp: null
labels:
app.kubernetes.io/name: gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,14 +236,28 @@ data:
region "us-west-1"
env "staging"
endpoints {
auth http://auth:8080/_info http://auth:8080/_healthcheck
ledger http://ledger:8080/_info http://ledger:8080/_healthcheck
orchestration http://orchestration:8080/_info http://orchestration:8080/_healthcheck
payments-api http://payments-api:8080/_info http://payments-api:8080/_health
payments-connectors http://payments-connectors:8080/_info http://payments-connectors:8080/_health
search http://search:8080/_info http://search:8080/_healthcheck
wallets http://wallets:8080/_info http://wallets:8080/_healthcheck
webhooks http://webhooks:8080/_info http://webhooks:8080/_healthcheck
auth {
http://auth:8080/_info http://auth:8080/_healthcheck
}
ledger {
http://ledger:8080/_info http://ledger:8080/_healthcheck
}
orchestration {
http://orchestration:8080/_info http://orchestration:8080/_healthcheck
}
payments {
http://payments-api:8080/_info http://payments-api:8080/_health
http://payments-connectors:8080/_info http://payments-connectors:8080/_health
}
search {
http://search:8080/_info http://search:8080/_healthcheck
}
wallets {
http://wallets:8080/_info http://wallets:8080/_healthcheck
}
webhooks {
http://webhooks:8080/_info http://webhooks:8080/_healthcheck
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
template:
metadata:
annotations:
stack.formance.cloud/volumes-hash: vNn-AtBRv6W7kkL2YhIOCaglgZmzEX47juhrXy12OC4=
stack.formance.cloud/volumes-hash: a02vArrsq93-75hyQhELsvTZMzQ2y30-Eia8NlYPQDk=
creationTimestamp: null
labels:
app.kubernetes.io/name: gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,28 @@ data:
region "us-west-1"
env "staging"
endpoints {
auth http://auth:8080/_info http://auth:8080/_healthcheck
ledger http://ledger:8080/_info http://ledger:8080/_healthcheck
orchestration http://orchestration:8080/_info http://orchestration:8080/_healthcheck
payments-api http://payments-api:8080/_info http://payments-api:8080/_health
payments-connectors http://payments-connectors:8080/_info http://payments-connectors:8080/_health
search http://search:8080/_info http://search:8080/_healthcheck
wallets http://wallets:8080/_info http://wallets:8080/_healthcheck
webhooks http://webhooks:8080/_info http://webhooks:8080/_healthcheck
auth {
http://auth:8080/_info http://auth:8080/_healthcheck
}
ledger {
http://ledger:8080/_info http://ledger:8080/_healthcheck
}
orchestration {
http://orchestration:8080/_info http://orchestration:8080/_healthcheck
}
payments {
http://payments-api:8080/_info http://payments-api:8080/_health
http://payments-connectors:8080/_info http://payments-connectors:8080/_health
}
search {
http://search:8080/_info http://search:8080/_healthcheck
}
wallets {
http://wallets:8080/_info http://wallets:8080/_healthcheck
}
webhooks {
http://webhooks:8080/_info http://webhooks:8080/_healthcheck
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
template:
metadata:
annotations:
stack.formance.cloud/volumes-hash: RDMxfRXs1D0-3FGmRo5HN2f4uMIpozhhWfcRt_Z_OMU=
stack.formance.cloud/volumes-hash: 33PmJbU6BHSkDI-2cUBn7LL1WYvhbD0vE7qoYpAhbpM=
creationTimestamp: null
labels:
app.kubernetes.io/name: gateway
Expand Down
Loading

1 comment on commit fa71ccd

@vercel
Copy link

@vercel vercel bot commented on fa71ccd Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.