Skip to content

GAZ-319: Deploy message-gateway (SMS) as a MifosX module - #178

Merged
tdaly61 merged 3 commits into
openMF:devfrom
kanishksingh23:message-gateway-deploy
Aug 9, 2026
Merged

GAZ-319: Deploy message-gateway (SMS) as a MifosX module#178
tdaly61 merged 3 commits into
openMF:devfrom
kanishksingh23:message-gateway-deploy

Conversation

@kanishksingh23

@kanishksingh23 kanishksingh23 commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the openMF message-gateway (SMS & messaging) component to the MifosX deployment:

  • message-gateway-deployment.yaml: Deployment with an initContainer that creates the messagegateway DB on the shared Postgres; container on ports 9191 (REST/actuator) + 5009 (Camel callback); actuator health probes.
  • message-gateway-service.yaml: ClusterIP Service (9191 + 5009).
  • infra/values.yaml: CREATE DATABASE messagegateway in the Postgres init.

Verified via ./run.sh -m deploy -a mifosx: pod healthy on the shared Postgres, Flyway applies the Postgres migrations, and a Dummy-provider send returns DELIVERED.

Note

Image is openmf/message-gateway:dev-51abedb, the official CI build from dev after both message-gateway PRs merged (#85 Postgres + #86 type fix). Verified on the cluster: Fineract SMS campaign → gateway → DELIVERED end-to-end.

@kanishksingh23
kanishksingh23 requested a review from a team August 8, 2026 18:17
@tdaly61
tdaly61 merged commit 26bc46b into openMF:dev Aug 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants