You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloudbank-v32/README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**NOTE:** This document and application is WIP.
4
4
5
-
To run Cloud Bank you need OBaaS version 1.1.3[Oracle Backend for Spring Boot and Microservices](https://cloudmarketplace.oracle.com/marketplace/en_US/listing/138899911)
5
+
To run Cloud Bank you need OBaaS version 1.2.0[Oracle Backend for Spring Boot and Microservices](https://cloudmarketplace.oracle.com/marketplace/en_US/listing/138899911) and Java 21 installed.
6
6
7
7
## Build CloudBank
8
8
@@ -215,7 +215,7 @@ This is an example of the `customer32` application:
215
215
kubectl -n ingress-nginx get service ingress-nginx-controller
216
216
```
217
217
218
-
Result. Make a note of the EXTERNAL-IP it will be used in the tests.
218
+
Result. Create a variable called IP with the value of the EXTERNAL-IP it will be used in the tests.
219
219
220
220
```text
221
221
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
@@ -227,7 +227,7 @@ This is an example of the `customer32` application:
227
227
1. Rest endpoint
228
228
229
229
```shell
230
-
curl -s http://<EXTERNAL-IP>/api/v1/accounts | jq
230
+
curl -s http://$IP/api/v1/accounts | jq
231
231
```
232
232
233
233
Should return:
@@ -252,7 +252,7 @@ This is an example of the `customer32` application:
252
252
1. REST endpoint
253
253
254
254
```shell
255
-
curl -s http://<EXTERNAL-IP>/api/v1/customer | jq
255
+
curl -s http://$IP/api/v1/customer | jq
256
256
```
257
257
258
258
Should return:
@@ -276,7 +276,7 @@ This is an example of the `customer32` application:
1. Open <http://localhost:7070>in a browser and verify that all services are registered and you can see some data (you may have to selectthe dashboard you want to see)
518
+
1. Open <http://localhost:7070/grafana/>in a browser and verify that all services are registered and you can see some data (you may have to selectthe dashboard you want to see)
0 commit comments