plugin-br-bank-transfer-helm.
The Bank Transfer plugin requires an Enterprise license. Contact Lerian for access to the plugin images and the deployment credentials.
What the chart installs
The chart installs one service: a Deployment, a Service, a ConfigMap, a Secret, a ServiceAccount, a HorizontalPodAutoscaler, a PodDisruptionBudget, and an optional Ingress. It also runs a database migration Job with its own Secret, and bootstrap jobs for PostgreSQL, MongoDB, and RabbitMQ. The chart bundles Valkey, PostgreSQL, MongoDB, and RabbitMQ subcharts. Disable any of them to use an externally managed service instead.
Prerequisites
- A running Midaz deployment. Point
bankTransfer.configmap.MIDAZ_BASE_URLat it. - The
plugin-access-managerchart. The chart setsPLUGIN_AUTH_ENABLEDtotrueby default and calls Access Manager to authenticate inbound requests. - Access to the partner channel that carries the transfers.
- Enterprise license and registry credentials.
- Helm 3.8 or later for OCI registry support.
Values you must set
In
bankTransfer.configmap:
In
bankTransfer.secrets, or in your own Secret through bankTransfer.useExistingSecret:
Leave
MONGO_PASSWORD empty while the bundled MongoDB subchart is enabled. The subchart generates the password into its own Secret.
Install
Read the current chart version first, then install:

