helm-charts

源码iexxk/helm-charts

使用

Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add exxk https://iexxk.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo exxk to see the charts.

To install the nginx-file-browserchart:

helm install my-nginx-file-browser exxk/nginx-file-browser
# 带nfs参数,设置改参数,会读取nfs目录的文件映射到nginx目录,进行网页访问下载nfs目录内的内容
helm install --set nfs.enabled=true --set nfs.server=127.0.0.1   my-nginx-file-browser

To uninstall the chart:

helm delete my-nginx-file-browser