What the chart installs
The chart installs one web workload: a Deployment, a Service, a ConfigMap, a Secret, and a ServiceAccount. It adds an Ingress, a HorizontalPodAutoscaler, and a PodDisruptionBudget when you enable each of them. The chart bundles a MongoDB subchart and enables it by default. Console stores its own data there. Set
mongodb.enabled: false to point Console at an externally managed MongoDB.
Prerequisites
- A running Midaz deployment. The example service paths below assume that you install Midaz in the
midaznamespace. If you use another namespace, override the FQDNs accordingly. - Access Manager deployed (for authentication).
- Helm 3.8 or later for OCI registry support. Use a currently supported Kubernetes minor release in production.
Key configuration
The chart ships default API paths that point at the
midaz-onboarding and midaz-transaction services. The Midaz chart removed both services at v7.0.0, so you must set the paths yourself. Point them at the Ledger service:
secrets block, or point the release at your own Secret with useExistingSecret. The chart ships NEXTAUTH_SECRET, MONGODB_PASS, and PLUGIN_AUTH_CLIENT_SECRET empty.
Public configuration values
The current chart exposes these
NEXT_PUBLIC_* values in its ConfigMap. Set them in your values file for the environment you deploy.
OCI registry
Installation
Read the current chart version and the application version it deploys before you install:

