Skip to content

Commit

Permalink
test(smoketest): add clojure-kit sample
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 11, 2025
1 parent 6bb59be commit 6d96981
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions compose/sample_apps/clojure-kit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
services:
clojure-kit:
image: ${GAMESERVER_TEST_IMAGE:-quay.io/redhat-java-monitoring/clojure-kit:latest}
hostname: clojure-kit
labels:
io.cryostat.discovery: "true"
io.cryostat.jmxHost: "clojure-kit"
io.cryostat.jmxPort: "8766"
ports:
- "8765:8765"
expose:
- "8766"
environment:
PORT: 8765
JAVA_OPTS_APPEND: >-
-Dcom.sun.management.jmxremote.port=8766
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false

0 comments on commit 6d96981

Please sign in to comment.