Hangar/chart
MiniDigger | Martin 2dc4222d37 feat(front+backend): allow disabling of indexing
we want to hide staging in google
2023-01-08 18:47:23 +01:00
..
dockerfiles fix(docker): don't copy to wrong folder 2022-12-20 11:34:24 +01:00
templates feat(front+backend): allow disabling of indexing 2023-01-08 18:47:23 +01:00
.helmignore
Chart.yaml
local-values.yaml feat(chart): more ingress paths for more performance 2023-01-05 20:27:45 +01:00
README.md
values.yaml feat(front+backend): allow disabling of indexing 2023-01-08 18:47:23 +01:00

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/ -f chart/local-values.yaml --set backend.image.repository=hangar-backend --set backend.image.tag=4 --set frontend.image.repository=hangar-frontend --set frontend.image.tag=2