add keycloak clientid
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s

This commit is contained in:
jona.klaess
2026-06-07 13:58:20 +02:00
parent b9c7dbb48f
commit 9e2c2041c3

View File

@@ -29,6 +29,8 @@ spec:
value: "https://keycloak.controller.bittehackmichnicht.de/" value: "https://keycloak.controller.bittehackmichnicht.de/"
- name: KEYCLOAK_ADMIN_REALM - name: KEYCLOAK_ADMIN_REALM
value: "PraxistransferKeycloak" value: "PraxistransferKeycloak"
- name: KEYCLOAK_ADMIN_CLIENTID
value: "praxistransfer"
ports: ports:
- name: http - name: http
containerPort: 8081 containerPort: 8081