Skip to content

Commit

Permalink
Update cacheUrl env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nguni52 authored Oct 1, 2024
1 parent a59f23d commit e2639bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ experience-api:
# this should be set to the external URL of the UI
authLoggedInLandingUrl: "https://${portal_fqdn}/"
authSessionSecure: false
cacheUrl: redis://${redis_host}:${redis_port}

mojaloop-core-connector:
${indent(2, yamlencode(core_connector_config))}
Expand Down
2 changes: 1 addition & 1 deletion terraform/k8s/default-config/pm4ml-vars.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
domain: ${replace(env,"/pm$/","")}.${domain}
pm4ml_enabled: true
pm4ml_chart_version: 9.1.5
pm4ml_chart_version: 10.1.0
pm4ml_ingress_internal_lb: false
pm4ml_external_switch_oidc_token_route: realms/dfsps/protocol/openid-connect/token
pm4ml_external_switch_client_secret_vault_path: "mcmdev_client_secret"
Expand Down

0 comments on commit e2639bf

Please sign in to comment.