Table of contents
Post-processing-reporting-service
- The helm chart for post-processing service should be available under charts/post-processing-reporting-service.
 - In the values.yaml, replace all occurrences of app.EXAMPLE_DOMAIN with the URL of your modern app as shown in Table.
 - Validate image repository and tag: 
image: repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service/post-processing-reporting-service" tag: <release-version-tag> e.g v1.0.1 - Update jdbc, odse, rdb and kafka configurations. The rdb configuration should point to rdb_modern. 
jdbc: username: "EXAMPLE_DB_USER" password: "EXAMPLE_DB_USER_PASSWORD" odse: dburl: "jdbc:sqlserver://<EXAMPLE_DB_ENDPOINT>:<PORT>;databaseName=NBS_ODSE;encrypt=true;trustServerCertificate=true;" rdb: dburl: "jdbc:sqlserver://<EXAMPLE_DB_ENDPOINT>:<PORT>;databaseName=rdb_modern;encrypt=true;trustServerCertificate=true;" kafka: cluster: "EXAMPLE_KAFKA_CLUSTER" featureFlag: covidDmEnable: '''false''' - Install pod 
helm install -f ./post-processing-reporting-service/values.yaml post-processing-reporting-service ./post-processing-reporting-service/ - Verify if pod is running 
kubectl get pods - Validate service (on browser) 
https://data.<exampledomain>/reporting/post-processing-svc/status Expected: PostProcessing Reporting Service Status OK