An open API service indexing awesome lists of open source software.

https://github.com/jumpserver/helm-charts

Helm charts for JumpServer
https://github.com/jumpserver/helm-charts

Last synced: 11 months ago
JSON representation

Helm charts for JumpServer

Awesome Lists containing this project

README

          

# JumpServer Kubernetes Helm Chart


License: GPLv3
 release
Stars
GitHub last commit
release charts

- Kubernetes 1.20+
- Helm 3.0

### Usage

[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.

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

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

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

### Install
```bash
helm install jms-k8s jumpserver/jumpserver -n default -f values.yaml
```

### Docs
[Docs](https://github.com/jumpserver/helm-charts/tree/main/charts/jumpserver)

### Thanks

Thanks [xiaomaimuchanyiyiba](https://github.com/xiaomaimuchanyiyiba) contribute, [Origin repo](https://github.com/xiaomaimuchanyiyiba/jumpserver)