Skip to content

Commit

Permalink
test(smoketest): add quarkus-native sample
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 13, 2025
1 parent 04162dd commit 5c8d96d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions compose/sample_apps/quarkus-native.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
services:
quarkus-native:
image: ${QUARKUS_NATIVE_TEST_IMAGE:-quay.io/redhat-java-monitoring/quarkus-native:latest}
hostname: quarkus-native
labels:
io.cryostat.discovery: "true"
io.cryostat.jmxHost: "quarkus-native"
io.cryostat.jmxPort: "8761"
expose:
- "8761"
environment:
QUARKUS_HTTP_PORT: 8760
QUARKUS_HTTP_HOST: 0.0.0.0
command: >-
-XX:+FlightRecorder
-XX:StartFlightRecording=filename=/tmp/,name=onstart,settings=default,disk=true,maxage=5m
-Dcom.sun.management.jmxremote.port=8761
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false

0 comments on commit 5c8d96d

Please sign in to comment.