Skip to content

Commit

Permalink
don't discover reports automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed May 31, 2024
1 parent 08b367f commit 3458ffa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions compose/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ services:
- "10001"
labels:
kompose.service.expose: "reports"
io.cryostat.discovery: "true"
io.cryostat.jmxHost: "reports"
io.cryostat.jmxPort: "11224"
environment:
JAVA_OPTS_APPEND: "-Dcom.sun.management.jmxremote.autodiscovery=true -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=11224 -Dcom.sun.management.jmxremote.rmi.port=11224 -Djava.rmi.server.hostname=reports -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false"
JAVA_OPTS_APPEND: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=11224 -Dcom.sun.management.jmxremote.rmi.port=11224 -Djava.rmi.server.hostname=reports -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false"
QUARKUS_HTTP_PORT: 10001
healthcheck:
test: curl --fail http://localhost:10001/ || exit 1
Expand Down

0 comments on commit 3458ffa

Please sign in to comment.