Skip to content

Commit

Permalink
Add Quarkus JVM sample app (cryostatio#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 14, 2021
1 parent 2fa3a90 commit 501a4f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ function runDemoApps() {
--env USE_AUTH=true \
--pod container-jfr \
--rm -d quay.io/andrewazores/vertx-fib-demo:0.6.0

podman run \
--name quarkus-test \
--pod container-jfr \
--rm -d quay.io/andrewazores/quarkus-test:0.0.2
}

function runJfrDatasource() {
Expand Down Expand Up @@ -84,7 +89,9 @@ function createPod() {
--publish 8081:8081 \
--publish 9093:9093 \
--publish 9094:9094 \
--publish 9095:9095
--publish 9095:9095 \
--publish 9096:9096 \
--publish 9999:9999
# 9091: ContainerJFR RJMX
# 8181: ContainerJFR web services
# 8080: jfr-datasource
Expand All @@ -93,6 +100,8 @@ function createPod() {
# 9093: vertx-fib-demo-1 RJMX
# 9094: vertx-fib-demo-2 RJMX
# 9095: vertx-fib-demo-3 RJMX
# 9096: quarkus-test RJMX
# 9999: quarkus-test HTTP
}

function destroyPod() {
Expand Down

0 comments on commit 501a4f4

Please sign in to comment.