2022-01-06
Release Notes / Changelog
Summary
This release includes a few minor house keeping cleanups and performance optimizations. Container images are updated for 2 services (shared-service and data-support-update-service). Additionally env var configuration for DSS and DSS-pfc is included.
SS
Reduction of log noise to lower DataDog load.
Modification to diagnostic information collection via ProcessPerformance.
DSUS
Implementation of MongoDB Indexes on Jurisdiction collection to improve query performance
DSS/DSS-PFC (config)
There needs to an environment variable set on both DSS and the DSS Preflight Container (init-container) name POD_UID used to identify individual instances of the Decision Support Service. This is set leveraging metadata available via the K8s downward API. Specifically we use metadata.uid. The configuration for this variable in our Terraform spec is achieved as such:
env {
name = "POD_UID"
value_from {
field_ref {
field_path = "metadata.uid"
}
}
}The same can be used in both container specs. I'm not sure exactly how this will shake out with helm, however let me know if you wanna hop on a call to work it out and validate.
Bill of Materials
Component
Shortname
SHA1
Tag
Last updated