This commit is contained in:
2026-06-07 16:01:12 +02:00
parent 73b2a93616
commit 1eaa602699
2 changed files with 19 additions and 14 deletions
+3 -1
View File
@@ -45,8 +45,10 @@ jobs:
- name: Deploy Keycloak - name: Deploy Keycloak
if: ${{ inputs.service == 'all' || inputs.service == 'keycloak' }} if: ${{ inputs.service == 'all' || inputs.service == 'keycloak' }}
run: | run: |
helm repo add codecentric https://codecentric.github.io/helm-charts
helm repo update
helm upgrade --install keycloak codecentric/keycloakx \ helm upgrade --install keycloak codecentric/keycloakx \
--namespace keycloak \ --namespace keycloak \
--create-namespace \ --create-namespace \
--values helm/keycloak/values.yaml \ --values helm/keycloak/values.yaml \
--wait
+16 -13
View File
@@ -1,17 +1,20 @@
image: command:
repository: quay.io/keycloak/keycloak - "/opt/keycloak/bin/kc.sh"
tag: "26.3.3" - "start-dev"
auth: extraEnv:
adminUser: admin - name: KEYCLOAK_ADMIN
adminPassword: changeme value: admin
- name: KEYCLOAK_ADMIN_PASSWORD
postgresql: value: changeme
enabled: true - name: KC_HTTP_ENABLED
auth: value: "true"
username: keycloak - name: KC_HOSTNAME_STRICT
password: keycloak value: "false"
database: keycloak - name: KC_PROXY
value: edge
- name: KC_DB
value: dev-file
ingress: ingress:
enabled: true enabled: true