Skip to content

Commit c694cfa

Browse files
authored
Cloudbank updates (#812)
* Fix apisix account script * banner for customer32 * deploy script updates
1 parent 0d2d0b9 commit c694cfa

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

cloudbank-v32/apisix-routes/create-accounts-route.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl http://localhost:9180/apisix/admin/routes \
1919
},
2020
"uri": "/api/v1/account*",
2121
"upstream": {
22-
"service_name": "ACCOUNTS",
22+
"service_name": "ACCOUNT",
2323
"type": "roundrobin",
2424
"discovery_type": "eureka"
2525
},
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
____ _
2-
/ ___| _ ___| |_ ___ _ __ ___ ___ _ __
3-
| | | | | / __| __/ _ \| '_ ` _ \ / _ \ '__|
4-
| |__| |_| \__ \ || (_) | | | | | | __/ |
5-
\____\__,_|___/\__\___/|_| |_| |_|\___|_|
1+
____ _ _________
2+
/ ___| _ ___| |_ ___ _ __ ___ ___ _ _|___ /___ \
3+
| | | | | / __| __/ _ \| '_ ` _ \ / _ \ '__||_ \ __) |
4+
| |__| |_| \__ \ || (_) | | | | | | __/ | ___) / __/
5+
\____\__,_|___/\__\___/|_| |_| |_|\___|_| |____/_____|
66

77
${application.title} ${application.version}
88
Powered by Spring Boot ${spring-boot.version}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
deploy --app-name cb32 --service-name account --cpu-request 100m --artifact-path account/target/account-0.0.1-SNAPSHOT.jar --image-version 0.0.1 --liquibase-db admin
2+
deploy --app-name cb32 --service-name checks --cpu-request 100m --artifact-path checks/target/checks-0.0.1-SNAPSHOT.jar --image-version 0.0.1
3+
deploy --app-name cb32 --service-name customer --cpu-request 100m --artifact-path customer/target/customer-0.0.1-SNAPSHOT.jar --image-version 0.0.1 --liquibase-db admin
4+
deploy --app-name cb32 --service-name customer32 --cpu-request 100m --artifact-path customer32/target/customer32-0.0.1-SNAPSHOT.jar --image-version 0.0.1 --liquibase-db admin
5+
deploy --app-name cb32 --service-name creditscore --cpu-request 100m --artifact-path creditscore/target/creditscore-0.0.1-SNAPSHOT.jar --image-version 0.0.1
6+
deploy --app-name cb32 --service-name testrunner --cpu-request 100m --artifact-path testrunner/target/testrunner-0.0.1-SNAPSHOT.jar --image-version 0.0.1
7+
deploy --app-name cb32 --service-name transfer --cpu-request 100m --artifact-path transfer/target/transfer-0.0.1-SNAPSHOT.jar --image-version 0.0.1

cloudbank-v32/deploy-cmds/redeploy-cb32.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)