Skip to content

Commit

Permalink
testing simplification
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Oct 1, 2024
1 parent 65248b0 commit f1ad8c7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ private Holder()
.withEnv("PASS", "foobar")
.withEnv("MGMT_USER", "admin")
.withEnv("MGMT_PASS", "admin")
.withEnv("CONFIG_PATH", "/user-config/config.yaml")
.withEnv("JAVA_OPTIONS", "-Xms64m -Xmx256m")
//.withEnv("CONFIG_PATH", "/user-config/config.yaml")
.withEnv("JAVA_OPTIONS", "-Xms64m -Xmx256m -Djgroups.dns.query=infinispan-dns-ping.myproject.svc.cluster.local")
.waitingFor(Wait.forListeningPorts(11222))
.withExposedPorts(4712, 4713, 8088, 8089, 8443, 9990, 9993, 11211, 11222, 11223, 11224)
.withLogConsumer(new Slf4jLogConsumer(INFINISPAN_LOG))
.withClasspathResourceMapping("/config.yaml", "/user-config/config.yaml", BindMode.READ_ONLY)
//.withClasspathResourceMapping("/config.yaml", "/user-config/config.yaml", BindMode.READ_ONLY)
.start();

ConfigurationBuilder configurationBuilder = new ConfigurationBuilder()
Expand Down

0 comments on commit f1ad8c7

Please sign in to comment.