- Setup Keycloak in non-HA mode (replica 1)
- Disable UserFederation
- You might have to increase the resource limits to avoid that pod beeing killed by memory or CPU limits
See Keycloak Documentation for more details.
See Keycloak Documentation for more details.
/** | |
* App Initializer with Effects | |
*/ | |
export function initApplication(store: Store<AppState>) { | |
return () => | |
new Promise(resolve => { | |
const loaded$ = new Subject(); | |
store.dispatch(new LoadSystem()); | |
store |