This repository contains packaged Helm charts provided by Maksim Kavalenka.
$ helm repo add microservices-learning https://maksimkavalenka.github.io/microservices-learning
$ helm repo update
$ helm install gateway microservices-learning/authorization-server
$ helm install storage-service microservices-learning/storage-service
$ helm install song-service microservices-learning/song-service
$ helm install resource-service microservices-learning/resource-service
$ helm install resource-processor microservices-learning/resource-processor
$ helm install gateway microservices-learning/gateway
$ helm uninstall gateway
$ helm uninstall resource-processor
$ helm uninstall resource-service
$ helm uninstall song-service
$ helm uninstall storage-service
$ helm uninstall authorization-server