Skip to content

Commit 41d786e

Browse files
committed
fix: ttksim2 ingress
1 parent 95ad374 commit 41d786e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

terraform/k8s-apps-setup/mojaloop-core/templates/values-ml-v15.yaml.tpl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,10 @@ mojaloop-ttk-simulators:
528528
"inputValues": {
529529
"TTKSIM1_CURRENCY": "${ttk_test_currency1}",
530530
"TTKSIM2_CURRENCY": "${ttk_test_currency1}",
531-
"TTKSIM3_CURRENCY": "${ttk_test_currency1}"
531+
"TTKSIM3_CURRENCY": "${ttk_test_currency1}",
532+
"TTKSIM1_FSPID": "ttksim1",
533+
"TTKSIM2_FSPID": "ttksim2",
534+
"TTKSIM3_FSPID": "ttksim3"
532535
}
533536
}
534537
config:
@@ -573,7 +576,7 @@ mojaloop-ttk-simulators:
573576
enabled: true
574577
hosts:
575578
ui:
576-
host: ttksim2.${private_subdomain}s
579+
host: ttksim2.${private_subdomain}
577580
config:
578581
API_BASE_URL: http://ttksim2.${private_subdomain}
579582

0 commit comments

Comments
 (0)