Empty ASP.NET MVC web app.
Dockerfiles:
Images published to GitHub container registry.
Deploy via Kubernetes deployment file as below:
# if repo was cloned
kubectl apply -f deployment/webapp.yaml
# if repo was not cloned
kubectl apply -f https://raw.githubusercontent.com/micya/webapp/master/deployment/webapp.yaml
Deploy via helm chart as below:
# add repo
helm repo add webapp https://raw.githubusercontent.com/micya/webapp/master/charts
helm repo update
# install helm chart
helm install webapp webapp/webapp