You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The platform and all of the related microservices explained above are deployed on [Kubernetes](https://kubernetes.io/) using [Helm](https://helm.sh/). Each deployment is a single Helm command. Below is an example for the deployment of the email-service:
140
140
141
141
```shell
142
-
helm upgrade --install --force \
142
+
helm upgrade --install --force \
143
143
--namespace=default \
144
144
--values=kubernetes/hmda-platform/values.yaml \
145
145
--set image.repository=hmda/hmda-platform \
@@ -238,4 +238,4 @@ Related projects
238
238
-https://github.com/cfpb/hmda-platform-larft - Repo for the [Public Facing LAR formatting tool](https://ffiec.cfpb.gov/tools/lar-formatting)
239
239
-https://github.com/cfpb/hmda-test-files - Repo for automatically generating various different test files for HMDA Data
240
240
-https://github.com/cfpb/hmda-census - ETL for geographic and Census data used by the HMDA Platform
241
-
-https://github.com/cfpb/HMDA_Data_Science_Kit - Repo for HMDA Data science work as well as Spark codebase for [Public Facing A&D Reports](https://ffiec.cfpb.gov/data-publication/disclosure-reports/2018)
241
+
-https://github.com/cfpb/HMDA_Data_Science_Kit - Repo for HMDA Data science work as well as Spark codebase for [Public Facing A&D Reports](https://ffiec.cfpb.gov/data-publication/disclosure-reports/2018)
0 commit comments