/scoreboard-service

Scoreboard microservice for use with pacman-kata

Primary LanguageJava

Build Status Codacy Badge

scoreboard Service

Build

Perform a Maven and Docker build with:

make

Test

Verify the service still honours its pact with:

make test

Run

Run locally under Docker with:

make run-keystore

This will mount the keystore volume you will need to have created using: https://github.com/chrisesharp/shared-keystore

Run under Kubernetes in Docker for Mac with Helm installed:

make install

This will mount the keystore persistent volume in Kubernetes you will have needed to deploy using: https://github.com/chrisesharp/shared-keystore

Remove

To remove the service from your kubernetes, run:

make remove

Clean Up

Clean up build artifacts with:

make clean