Skip to content

Commit

Permalink
Add copypaste role for probes path
Browse files Browse the repository at this point in the history
  • Loading branch information
blues-man committed Oct 7, 2020
1 parent e2ed2fb commit eae7f29
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit eae7f29

Please sign in to comment.