Skip to content

Commit 3879b24

Browse files
committed
Some keycloak updates/tweaks
1 parent ad9cad5 commit 3879b24

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

applications/accounts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/keycloak/keycloak:26.3.5
1+
FROM quay.io/keycloak/keycloak:26.4
22

33
EXPOSE 9000
44
EXPOSE 8080
@@ -12,7 +12,7 @@ USER keycloak
1212
COPY themes/custom /opt/keycloak/themes/custom
1313

1414
# # keycloak kafka listener plugin
15-
COPY plugins/metacell-admin-event-listener-module-1.0.0.jar /opt/keycloak/providers/
15+
COPY plugins/* /opt/keycloak/providers/
1616

1717
ENTRYPOINT [ "/opt/keycloak/bin/kc-entrypoint.sh" ]
1818
CMD [ "start", "--import-realm" ]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
harness:
2+
service:
3+
port: 80

applications/accounts/deploy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ harness:
1414
cpu: "2000m"
1515
service:
1616
auto: true
17-
port: 80
17+
port: 8080
1818
env:
1919
- name: KC_BOOTSTRAP_ADMIN_USERNAME
2020
value: "admin"

0 commit comments

Comments
 (0)