Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.87 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.87 KB

JumpServer Kubernetes Helm Chart

License: GPLv3  release Stars GitHub last commit release charts

  • Kubernetes 1.20+
  • Helm 3.0

Usage

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

Once Helm is set up properly, add the repo as follows:

helm repo add jumpserver https://jumpserver.github.io/helm-charts
helm repo list

You can then run helm search repo jumpserver to see the charts.

wget https://raw.githubusercontent.com/jumpserver/helm-charts/main/charts/jumpserver/values.yaml
vi values.yaml

Install

helm install jms-k8s jumpserver/jumpserver -n default -f values.yaml

Docs

Docs

Thanks

Thanks xiaomaimuchanyiyiba contribute, Origin repo