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 43713a3 commit 33961a3
Showing 1 changed file with 6 additions and 3 deletions.
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 33961a3

Please sign in to comment.