Skip to content

Commit

Permalink
Merge pull request #1006 from emmartins/WFLY-19925
Browse files Browse the repository at this point in the history
[WFLY-19925] Fix microprofile-health README issues
  • Loading branch information
emmartins authored Jan 21, 2025
2 parents 286ef5c + 20bd71c commit 864ea5d
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 864ea5d

Please sign in to comment.