FSM Calculator devops setup
Deployment Details
Deploy the latest version of FSM.
Add fsm-calculator-persister.yml file in the config folder in GIT, and add that path in persister (the file path is to be added in environment yaml file in param called persist-yml-path):
https://github.com/egovernments/configs/blob/DEV/egov-persister/fsm-calculator-persister.yaml
Infra Ops Configuration
Configurations that we can manage through values.yml fsm-calculator in infraops repo are as follows. values.yml for fms-calculator can be found here.
Description | name in values.yml | Current Value |
contextPath of the api’s | SERVER_CONTEXTPATH | /fsm-calculator |
Kafka Consumer Group | SPRING_KAFKA_CONSUMER_GROUP_ID | fsm-calculator |
kafka topic to which service push data to save new billing slab | PERSISTER_SAVE_BILLING_SLAB_TOPIC | save-fsm-billing-slab |
kafka topic to which service push data to update the existing billing slab | PERSISTER_UPDATE_BILLING_SLAB_TOPIC | update-fsm-billing-slab |
mdms service host | EGOV_MDMS_HOST | egov-mdms-service from egov-service-host |
billing-service host | EGOV_BILLINGSERVICE_HOST | billing-service from egov-service-host |
fsm service host | EGOV_FSM_HOST | fsm from egov-service-host |
Configurations sample in Values.yml
Last updated