diff --git a/documentation/modules/ROOT/assets/images/nationalparks-databases-list-secrets.png b/documentation/modules/ROOT/assets/images/nationalparks-databases-list-secrets.png index d6763d9a..76ff5099 100644 Binary files a/documentation/modules/ROOT/assets/images/nationalparks-databases-list-secrets.png and b/documentation/modules/ROOT/assets/images/nationalparks-databases-list-secrets.png differ diff --git a/documentation/modules/ROOT/pages/nationalparks-application-health.adoc b/documentation/modules/ROOT/pages/nationalparks-application-health.adoc index 14b3aa99..cc95f361 100644 --- a/documentation/modules/ROOT/pages/nationalparks-application-health.adoc +++ b/documentation/modules/ROOT/pages/nationalparks-application-health.adoc @@ -46,13 +46,23 @@ From the *Topology* view, click `nationalparks`. On the side panel, click the *A image::nationalparks-application-health-menu.png[Add Health Checks] -Click to *Add Readiness Probe* and add in *Path* field: `/ws/healthz/` +Click to *Add Readiness Probe* and add in *Path* field: + +[source,role=copypaste] +---- +/ws/healthz/ +---- Leave all default settings like *Port* 8080 and *Type* HTTP GET. Click the little bottom-right confirmation gray tick to confirm: image::nationalparks-application-health-settings.png[Add Readiness and Liveness Probe] -Repeat the same procedure for Liveness Probe, click to *Add Liveness Probe* and add in *Path* field: `/ws/healthz/` +Repeat the same procedure for Liveness Probe, click to *Add Liveness Probe* and add in *Path* field: + +[source,role=copypaste] +---- +/ws/healthz/ +---- Leave all default settings like *Port* 8080 and *Type* HTTP GET. Click the little bottom-right confirmation gray tick to confirm. diff --git a/documentation/modules/ROOT/pages/nationalparks-java-databases.adoc b/documentation/modules/ROOT/pages/nationalparks-java-databases.adoc index 51e58aad..967ab48c 100644 --- a/documentation/modules/ROOT/pages/nationalparks-java-databases.adoc +++ b/documentation/modules/ROOT/pages/nationalparks-java-databases.adoc @@ -79,7 +79,7 @@ CAUTION: Make sure to have configured the *`MongoDB Database Name`* parameter wi Once you have entered in the above information, click on *Create* to go to the next step which will allow us to add a binding. -Select *Administrator* view, go to *Workload* section, then click to *Secrets*. +From left-side menu, click to *Secrets*. image::nationalparks-databases-list-secrets.png[List Secrets]