mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
9 lines
358 B
Markdown
9 lines
358 B
Markdown
|
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
|
||
|
```
|