Skip to content

Commit e0f5c42

Browse files
committed
feat: alto quarterly data
1 parent 825761d commit e0f5c42

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

kubernetes/hmda-quarterly-data-service/templates/quarterly-mv-configmap.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ data:
1212
DTI_BY_RE: median_dti_by_race
1313
INTEREST_RATES_BY_LOAN: median_interest_rates_by_loan_type
1414
INTEREST_RATES_BY_RE: median_interest_rates_by_race
15-
PERIODS_ANNUAL: 2018,2019,2020,2021,2022,2023
16-
PERIODS_WITH_QUARTER: 2018,2019,2020,2021,2022,2023,2024_q1,2024_q2,2024_q3
15+
PERIODS_ANNUAL: 2018,2019,2020,2021,2022,2023,2024
16+
PERIODS_WITH_QUARTER: 2018,2019,2020,2021,2022,2023,2024
1717
TLC_BY_LOAN: median_total_loan_costs_by_loan_type
1818
TLC_BY_RE: median_total_loan_costs_by_race
1919
kind: ConfigMap
2020
metadata:
21-
name: hmda-quarterly-data-service-mv-configmap
22-
namespace: default
21+
name: hmda-quarterly-data-service-mv-configmap

kubernetes/hmda-quarterly-data-service/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ tolerations: []
8787

8888
affinity: {}
8989

90-
ambassador_id: ambassador-default-1
91-
# ambassador_host: hmda-public.example.com
90+
#ambassador_id: ambassador-default-1
91+
ambassador_host: ffiec-test.cfpb.gov

0 commit comments

Comments
 (0)