File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
gitlab_templates/switch-iac
terraform/k8s-apps-setup/mojaloop-core/templates Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1717 "helm_oathkeeper_version" : " 0.19.6" ,
1818 "helm_keto_version" : " 0.19.6" ,
1919 "helm_kratos_version" : " 0.14.1" ,
20- "helm_bof_version" : " 2.4.4 " ,
20+ "helm_bof_version" : " 3.0.0 " ,
2121 "hub_currency_code" : " USD" ,
2222 "iac_post_init_version" : " v1.0.0" ,
2323 "storage_class_name" : " longhorn" ,
6767 "ttksims_enabled" : " true" ,
6868 "quoting_service_simple_routing_mode_enabled" : " false" ,
6969 "vault_config_operator_helm_chart_version" : " 0.8.13" ,
70- "password_policy_use_special_chars" : " false " ,
70+ "password_policy_use_special_chars" : " true " ,
7171 "internal_pm4ml_configs" : [
7272 {
7373 "DFSP_NAME" : " pm4mlreceiverfsp" ,
Original file line number Diff line number Diff line change @@ -314,9 +314,11 @@ security-role-perm-operator-svc:
314314reporting-events-processor-svc:
315315 enabled: true
316316 kafka:
317- topic: topic-event
318- consumerGroup: group
319- clientId: client-id
317+ host: ${ kafka_host}
318+ port: 9092
319+ topicEvent: topic-event
320+ consumerGroup: reporting_events_processor_consumer_group
321+ clientId: reporting_events_processor_consumer
320322
321323reporting-hub-bop-experience-api-svc:
322324 enabled: true
You can’t perform that action at this time.
0 commit comments