Vendor registry devops setup
Deployment Details
Deploy the latest version of the vendor.
Add vendor-persister.yml file in the config folder in git and add that path in persister (the file path is to be added in the environment yaml file in param called persist-yml-path), and restart egov-persister-service.
Integrate the following below changes in vendor-persister.yml SAN-1063 and 1064 (SAN-1158 and SAN-1157) - Persister file - Vendor … · egovernments/configs@95dd26f.
Infra Ops Configuration
Configurations that we can manage through values.yml vehicle in infra-ops repo are listed below. values.yml for the vehicle is available below.
Description | Name in values.yml | Current value |
Kafka Consumer Group | SPRING_KAFKA_CONSUMER_GROUP_ID | egov-vendor-services |
Kafka topic to which service push data to save new vendor | PERSISTER_SAVE_VENDOR_TOPIC | save-vendor-application |
MDMS service host | EGOV_MDMS_HOST | egov-mdms-service from egov-service-host |
Vehicle service host | EGOV_VEHICLE_HOST | vehicle from egov-service-host |
User service host | EGOV_USER_HOST | egov-user-service from egov-service-host |
Location service Host | EGOV_LOCATION_HOST | egov-location from egov-service-host |
Configurations sample in Values.yml
Last updated