Create portainer.md

This commit is contained in:
Sambo Chea
2022-03-09 09:24:48 +07:00
committed by GitHub
parent 990300c269
commit e72c6168ef

6
portainer.md Normal file
View File

@@ -0,0 +1,6 @@
# Install Portainer
```shell
helm install --create-namespace -n portainer portainer portainer/portainer \
--set service.type=LoadBalancer \
--set tls.force=true
```