Skip to content

Commit

Permalink
[WFLY-19925] Fix microprofile-health README issues
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Jan 20, 2025
1 parent 286ef5c commit 20bd71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microprofile-health/expose-management-port.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ifdef::expose-mgmt-port-openshift[]
To get the address of the `microprofile-health-management` route, execute:
[source,options="nowrap",subs="+attributes"]
----
$ oc get route microprofile-health -o jsonpath="{.spec.host}"
$ oc get route microprofile-health-management -o jsonpath="{.spec.host}"
----
endif::[]
ifdef::expose-mgmt-port-kubernetes[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The *bootable-jar* profile is activate by default, and when built the {productNa
+
[source,subs="attributes+",options="nowrap"]
----
$ mvn clean {mavenServerProvisioningCommand}
$ mvn {mavenServerProvisioningCommand}
----

. Start the {productName} bootable jar use the WildFly Maven Plugin `start-jar` goal.
Expand Down

0 comments on commit 20bd71c

Please sign in to comment.