16 lines
		
	
	
		
			252 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			252 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## 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
 | |
| ```
 |