github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_serve.md (about) 1 ## helm serve 2 3 start a local http web server 4 5 ### Synopsis 6 7 8 9 This command starts a local chart repository server that serves charts from a local directory. 10 11 The new server will provide HTTP access to a repository. By default, it will 12 scan all of the charts in '$HELM_HOME/repository/local' and serve those over 13 the local IPv4 TCP port (default '127.0.0.1:8879'). 14 15 This command is intended to be used for educational and testing purposes only. 16 It is best to rely on a dedicated web server or a cloud-hosted solution like 17 Google Cloud Storage for production use. 18 19 See https://github.com/kubernetes/helm/blob/master/docs/chart_repository.md#hosting-chart-repositories 20 for more information on hosting chart repositories in a production setting. 21 22 23 ``` 24 helm serve 25 ``` 26 27 ### Options 28 29 ``` 30 --address string address to listen on (default "127.0.0.1:8879") 31 --repo-path string local directory path from which to serve charts 32 --url string external URL of chart repository 33 ``` 34 35 ### Options inherited from parent commands 36 37 ``` 38 --debug enable verbose output 39 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 40 --host string address of Tiller. Overrides $HELM_HOST 41 --kube-context string name of the kubeconfig context to use 42 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 43 --tiller-namespace string namespace of Tiller (default "kube-system") 44 ``` 45 46 ### SEE ALSO 47 * [helm](helm.md) - The Helm package manager for Kubernetes. 48 49 ###### Auto generated by spf13/cobra on 7-Nov-2017