plugin-br-pix-direct-jd-helm.
The Pix plugin requires an Enterprise license. Contact Lerian for access to the plugin images and the deployment credentials.
What the chart installs
The chart installs three components:
- Pix: the payment service, with a Deployment, a Service, a ConfigMap, a Secret, a HorizontalPodAutoscaler, a PodDisruptionBudget, and an optional Ingress.
- QR Code: a separate Deployment with the same resource set, for QR code generation.
- Job: a CronJob with its own ConfigMap, Secret, and Service.
postgresql.enabled: false to use an externally managed PostgreSQL.
Prerequisites
- A running Midaz deployment.
- Connectivity to the Brazilian payment infrastructure through the direct-participant channel.
- Enterprise license and registry credentials.
- Helm 3.8 or later for OCI registry support.
Install
Read the current chart version first, then install:
Values you must set
Put every credential in
pix.secrets, or point the release at your own Secret with pix.useExistingSecret. Set these keys:
Leave
DATABASE_PASSWORD and POSTGRES_PASSWORD empty while the bundled subchart is enabled. The subchart generates the password into its own Secret, and both the Deployment and the CronJob read it from there. Set them only for an external PostgreSQL that has no existing Secret of its own.

