[keycloak-web] Seems the pod is using standalone-ha.xml



commit 062d718324cf2a11eb43b3e8ac354c172b075b80
Author: Andrea Veri <averi redhat com>
Date:   Thu Jun 17 13:17:04 2021 +0200

    Seems the pod is using standalone-ha.xml

 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 2c6c293..ba7bcc7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,4 +7,5 @@ RUN mkdir -p /opt/jboss/keycloak/modules/system/layers/keycloak/com/mysql/main &
     curl 
https://repo1.maven.org/maven2/mysql/mysql-connector-java/${MYSQL_CONNECTOR_VERSION}/mysql-connector-java-${MYSQL_CONNECTOR_VERSION}.jar
 \
     -o 
/opt/jboss/keycloak/modules/system/layers/keycloak/com/mysql/main/mysql-connector-java-${MYSQL_CONNECTOR_VERSION}.jar
 && \
     ln -s /mnt/config-maps/module.xml 
/opt/jboss/keycloak/modules/system/layers/keycloak/com/mysql/main/module.xml && \
-    ln -f -s /mnt/config-maps/standalone.xml /opt/jboss/keycloak/standalone/configuration/standalone.xml
+    ln -f -s /mnt/config-maps/standalone.xml /opt/jboss/keycloak/standalone/configuration/standalone.xml && \
+    ln -f -s /mnt/config-maps/standalone-ha.xml 
/opt/jboss/keycloak/standalone/configuration/standalone-ha.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]