Unabel to run keycloak in k8s container

Hi Gents,

Can you help us to make keycloak server container up and running? We faced the following issue at keycloak startup:
org.jboss.modules.ModuleNotFoundException: org.keycloak.keycloak-wildfly-adduser
at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:297)
at org.jboss.modules.Main.main(Main.java:371)

Appreciate your quick response!

Hi again, I think I found what should be done. In our case embedded-server is running within keycloak bootstrap procedure. So the keycloak server starts and stops several times.

Is there any possibility to define JAVA_OPTS at the very last stage (when actual keycloak server is not going to be stopped anymore within boot time period)?