Skip to content

Commit 54e4a7c

Browse files
authored
Merge pull request #128 from OpenLiberty/staging
Merge staging to prod - Update README.adoc (#127)
2 parents 7b2981f + 307c866 commit 54e4a7c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,12 @@ include::{common-includes}/os-tabs.adoc[]
237237

238238
== Testing the application
239239

240-
// cloud-hosted guide instructions:
241-
ifdef::cloud-hosted[]
242-
The application might take several minutes to become available.
243-
endif::[]
244-
After the application is up and running, you can access the application by making a GET request to the `/systems` endpoint of the `inventory` service.
240+
The application might take some time to become available. After the application is up and running, you can access it by making a GET request to the `/systems` endpoint of the `inventory` service.
245241

246-
Go to the http://localhost:9085/inventory/systems[^] URL to access the inventory microservice. You see the CPU `systemLoad` property for all the systems:
242+
Visit the http://localhost:9085/health[^] URL to confirm that the `inventory` microservice is up and running.
243+
244+
When both the liveness and readiness health checks are up, go to the http://localhost:9085/inventory/systems[^] URL to access the `inventory` microservice.
245+
You see the CPU `systemLoad` property for all the systems:
247246

248247
[source, role='no_copy']
249248
----

0 commit comments

Comments
 (0)