INFO exec -a "java" java -Dquarkus.http.host=0.0.0.0 -Dquarkus.http.port=8081 -Djava.util.logging.manager=org.jboss.logmanager.LogManager -cp "." -jar /deployments/export-run-artifact.jar INFO running in /deployments __ ____ __ _____ ___ __ ____ ______ --/ __ \/ / / / _ | / _ \/ //_/ / / / __/ -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \ --\___\_\____/_/ |_/_/|_/_/|_|\____/___/ 2026-04-26 01:26:15,166 WARN [io.micrometer.core.instrument.MeterRegistry] (main) This Gauge has been already registered (MeterId{name='netty.eventexecutor.workers', tags=[]}), the registration will be ignored. Note that subsequent logs will be logged at debug level. 2026-04-26 01:26:15,391 INFO [io.quarkus] (main) code-with-quarkus 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.32.2) started in 2.188s. Listening on: http://0.0.0.0:8081 2026-04-26 01:26:15,391 INFO [io.quarkus] (main) Profile prod activated. 2026-04-26 01:26:15,391 INFO [io.quarkus] (main) Installed features: [cdi, kubernetes, micrometer, resteasy, smallrye-context-propagation, smallrye-health, vertx]