salaboy / fmtok8s-payments-service

Cloud Events Ready Payments Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FMTOK8s Payments Service

For more information check http://github.com/salaboy/from-monolith-to-k8s

This service is simulating a third-party payment service

APIs

This service expose the following endpoints:

  • POST /api to submit a payment for processing. You should submit a reservationId in the body of the request.
  • GET /api/{reservationId} to check if the payment was processed correctly.

Build and Release

mvn package
docker build -t salaboy/fmtok8s-payments-service:0.1.0
docker push salaboy/fmtok8s-payments-service:0.1.0
cd charts/fmtok8s-payments-service
helm package .

Copy tar to http://github.com/salaboy/helm and push

About

Cloud Events Ready Payments Service


Languages

Language:CSS 74.9%Language:Java 14.2%Language:Makefile 4.9%Language:JavaScript 2.4%Language:Mustache 1.8%Language:Dockerfile 1.8%