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
- Host: GitHub
- URL: https://github.com/jumpserver/helm-charts
- Owner: jumpserver
- License: gpl-3.0
- Created: 2021-06-03T06:59:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T09:54:08.000Z (over 1 year ago)
- Last Synced: 2024-05-22T23:24:45.144Z (over 1 year ago)
- Language: Mustache
- Homepage:
- Size: 349 KB
- Stars: 36
- Watchers: 10
- Forks: 32
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JumpServer Kubernetes Helm Chart
- 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)