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:

  1. Open the values.yaml file in any code editor. This file is located in the installation_directory\MicroTx-RELEASE\deployment-descriptors\helmcharts\microtx folder. This file contains sample values.
  2. Replace the sample values with values that are specific to your environment.
    The tables in this section describe the properties for the environment, storage, authorization, authentication, and other configuration details that are required to install MicroTx.
  3. Save your changes.

Topics