Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
em-core Chart
em-core deploys the CRAFT core platform to a Kubernetes cluster. It includes all services required to run the platform’s core capabilities.
Components
| Component | Image | Purpose |
|---|---|---|
em-platform | ghcr.io/emergenceai/em-platform | Main backend with workflow orchestration |
em-user-service | ghcr.io/emergenceai/em-user-service | User management and authentication |
em-user-portal | ghcr.io/emergenceai/em-user-portal | Frontend web application |
keycloak | upstream Keycloak | Identity and access management |
postgresql | postgres:alpine | Persistent data storage |
redis | redis:alpine | In-memory caching and session storage |
nginx | upstream Nginx | Ingress and load balancing |
Quick start
Using external PostgreSQL and Redis
For production deployments, disable the bundled databases and connect to managed instances:Enabling HTTPS
Install cert-manager and configure a ClusterIssuer, then:Key values
| Value | Default | Description |
|---|---|---|
hostname | localhost | External hostname for ingress and service discovery |
schema | http | http or https |
em-platform.image.repository | ghcr.io/emergenceai/em-platform | em-platform image |
em-user-service.image.repository | ghcr.io/emergenceai/em-user-service | em-user-service image |
em-user-portal.image.repository | ghcr.io/emergenceai/em-user-portal | em-user-portal image |
postgresql.enabled | true | Deploy bundled PostgreSQL |
redis.enabled | true | Deploy bundled Redis |
charts/em-core/values.yaml in the em-charts repository.
Related
em-data-insights Chart
Extends em-core with data analysis and insights capabilities.
em-service Chart
Base chart used by em-core for each component.
Upgrades
Chart version upgrade procedures.

