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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```