This repository contains
To deploy the app run the following scripts in order. This assumes you have a Kubernetes cluster available. This repository has been tested with Minikube and Kind.
helm repo add hashicorp https://helm.releases.hashicorp.com
helm install -f minimal-consul-values.yaml consul hashicorp/consul --wait
kubectl apply -f app
kubectl port-forward deploy/frontend 8080:80