Simple project to quickly start developing a Scala-based microservice or web application.
To build a docker image, run docker/Docker/publishLocal. This will create the docker:latest image.
You can test the image by using the provided docker-compose.yml file.
Use Helm to easily deploy Bootzooka into Kubernetes cluster.
helm repo add softwaremill https://charts.softwaremill.com/
helm repo update
helm fetch softwaremill/bootzooka --untar
helm install --generate-name bootzooka
Please see Bootzooka Helm Chart documentation for more information, including configuration options.