Skip to content

Commit

Permalink
Set fib demos' http port to 8081
Browse files Browse the repository at this point in the history
  • Loading branch information
Janelle Law committed May 31, 2021
1 parent f7dc847 commit 71cd7f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<imageBuilder>/usr/bin/podman</imageBuilder>
<baseImage>quay.io/cryostat/cryostat-base</baseImage>
<baseImageTag>@sha256:2e1f7da6f135bbbe1ec4a98dcf83c2f76e4f3de23d490c2b7cb3c635a89aad22</baseImageTag><!-- 0.1.1 -->
<baseImageTag>@sha256:233cb0897086bdb4ac74bd1d736c719ebebf660e2e7a6b5f25fc0b7e972d0a77</baseImageTag><!-- 0.2.0 -->
<node.version>v12.5.0</node.version>
<yarn.version>v1.22.10</yarn.version>

Expand Down
9 changes: 6 additions & 3 deletions smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,27 @@ function runCryostat() {
function runDemoApps() {
podman run \
--name vertx-fib-demo-1 \
--env HTTP_PORT=8081 \
--env JMX_PORT=9093 \
--pod cryostat \
--rm -d quay.io/andrewazores/vertx-fib-demo:0.6.0
--rm -d quay.io/andrewazores/vertx-fib-demo:0.7.0

podman run \
--name vertx-fib-demo-2 \
--env HTTP_PORT=8081 \
--env JMX_PORT=9094 \
--env USE_AUTH=true \
--pod cryostat \
--rm -d quay.io/andrewazores/vertx-fib-demo:0.6.0
--rm -d quay.io/andrewazores/vertx-fib-demo:0.7.0

podman run \
--name vertx-fib-demo-3 \
--env HTTP_PORT=8081 \
--env JMX_PORT=9095 \
--env USE_SSL=true \
--env USE_AUTH=true \
--pod cryostat \
--rm -d quay.io/andrewazores/vertx-fib-demo:0.6.0
--rm -d quay.io/andrewazores/vertx-fib-demo:0.7.0

podman run \
--name quarkus-test \
Expand Down

0 comments on commit 71cd7f3

Please sign in to comment.