4.2 Configure the values.yaml File
The installation bundle contains values.yaml file, the
manifest file of the application, which contains the deployment configuration details for
MicroTx.
Replace the sample values in the values.yaml file to provide the
environment details, image details, and configuration details to deploy MicroTx.
While deploying MicroTx to a Kubernetes cluster, Helm
pulls the MicroTx images from the remote Docker
registry. In the values.yaml file, specify the image to pull and
the credentials to use while pulling the images.
To provide configuration details for MicroTx:
Topics
- Namespace Configuration
- Istio Details
If you are using an Istio service mesh, provide details about the Istio ingress gateway that you have set up in thevalues.yamlfile. - Common Configuration
In thevalues.yamlfile, undercommonConfigurationprovide information about the environment details in which you want to install MicroTx Distributed Transactions, and then configure security. - MicroTx Distributed Transactions Coordinator Configuration
In thevalues.yamlfile, undercoordinator, provide configuration information to install the MicroTx Distributed Transactions coordinator to manage your transactions. - Security Configuration Properties
Undersecurity, enter property values for the JSON Web Token (JWT) which MicroTx uses for authentication. - Console Configuration Properties
UndertmmConsoleConfiguration, specify the properties for the MicroTx console for operations and workflow management. - MicroTx Workflows Server Configuration
In thevalues.yamlfile, underworkflow.server, provide information about the environment details in which you want to install MicroTx Workflows.
Parent topic: Install on a Kubernetes Cluster