Configuration

Updating secrets required for the environment

Please update all values mentioned below as per your environment and save it as secrets.<env>.yaml. Ex: secrets.staging.yaml.

# environments/secrets.<env>.yaml

DB_NAME: <db_name>
DB_URL: mongodb://<user>:<pass>@<db_url>:<port>/<db_name>?socketTimeoutMS=100000
SECURITY_KEY: <security_key>
PBI_USERNAME: <pbi_username>
PBI_PASSWORD: <pbi_password>
PBI_CLIENT_ID: <pbi_client_id>

# Node Notification
MQTT_DB_URL: mongodb://<user>:<pass>@<db_url>:<port>/<db_name>

# Node Consumer
USERNAME_MQTT: <username_mqtt>
PASSWORD_MQTT: <password_mqtt>
NOTIFICATION_EMAIL_ID: <notification_email_id>
NOTIFICATION_EMAIL_ID_PASSCODE: <notification_email_id_passcode>

Updating generic values of configmap

Configmap details are almost latest and mostly not needed any updation. Please make sure that you have replaced your configmap with your environment name properly. If your env name is abc, then your configmap should be environments/configmap.abc.yaml. Below I will be listing more likely to be changed environment variables.

Setting values to helm commands

Update below required properties:

Required values

Optional values

Last updated

Was this helpful?