mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
Add Helm Chart Deploy
This commit is contained in:
parent
0b1b98f93e
commit
594e801fdf
12 changed files with 435 additions and 0 deletions
15
helm/README.md
Normal file
15
helm/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Helm Chart deploy
|
||||
|
||||
```sh
|
||||
# Download code locally
|
||||
git clone https://github.com/CorentinTh/it-tools.git
|
||||
|
||||
#change directory
|
||||
cd it-tools/helm
|
||||
|
||||
#Start installation
|
||||
helm install it-tools -f values.yaml ./
|
||||
|
||||
# Browser access
|
||||
http://NodeIpAddress:30088
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue