We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ad374 commit 41d786eCopy full SHA for 41d786e
terraform/k8s-apps-setup/mojaloop-core/templates/values-ml-v15.yaml.tpl
@@ -528,7 +528,10 @@ mojaloop-ttk-simulators:
528
"inputValues": {
529
"TTKSIM1_CURRENCY": "${ttk_test_currency1}",
530
"TTKSIM2_CURRENCY": "${ttk_test_currency1}",
531
- "TTKSIM3_CURRENCY": "${ttk_test_currency1}"
+ "TTKSIM3_CURRENCY": "${ttk_test_currency1}",
532
+ "TTKSIM1_FSPID": "ttksim1",
533
+ "TTKSIM2_FSPID": "ttksim2",
534
+ "TTKSIM3_FSPID": "ttksim3"
535
}
536
537
config:
@@ -573,7 +576,7 @@ mojaloop-ttk-simulators:
573
576
enabled: true
574
577
hosts:
575
578
ui:
- host: ttksim2.${private_subdomain}s
579
+ host: ttksim2.${private_subdomain}
580
581
API_BASE_URL: http://ttksim2.${private_subdomain}
582
0 commit comments