This repo has config to run a simple webapp + database pair using either docker-compose or minikube.
To run this, install docker-compose, and run:
cd dc-feedback
docker-compose up
To run this, install minikube/helm, and run:
cd helm-feedback
helm upgrade feedback . --atomic --install --debug \
-f values.yaml \
-f secrets.yaml