mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
.. | ||
dockerfiles | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
README.md | ||
values.yaml |
This directory contains the helm chart that is used to deploy this app.
minikube image build -t hangar-frontend:2 . -f chart/dockerfiles/frontend/Dockerfile
helm upgrade --install hangar chart/ --set backend.image.repository=hangar-backend --set backend.image.tag=4 --set frontend.image.repository=hangar-frontend --set frontend.image.tag=2