File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Installation using Kubernetes & Helm
3+ layout : default
4+ parent : Installation
5+ nav_order : 5
6+ ---
7+
8+ # Kubernetes / Helm Charts
9+
10+ If you are using Kubernetes, you can use the [ helm charts] ( https://helm.sh/ ) provided in this [ repository] ( https://github.com/Part-DB/helm-charts ) .
11+
12+ ## Usage
13+
14+ [ Helm] ( https://helm.sh ) must be installed to use the charts. Please refer to
15+ Helm's [ documentation] ( https://helm.sh/docs ) to get started.
16+
17+ Once Helm has been set up correctly, add the repo as follows:
18+
19+ ` helm repo add part-db https://part-db.github.io/helm-charts `
20+
21+ If you had already added this repo earlier, run ` helm repo update ` to retrieve
22+ the latest versions of the packages. You can then run `helm search repo
23+ part-db` to see the charts.
24+
25+ To install the part-db chart:
26+
27+ helm install my-part-db part-db/part-db
28+
29+ To uninstall the chart:
30+
31+ helm delete my-part-db
32+
33+ This repository is also available at [ ArtifactHUB] ( https://artifacthub.io/packages/search?repo=part-db ) .
34+
35+ ## Configuration
36+
37+ See the README in the [ chart directory] ( https://github.com/Part-DB/helm-charts/tree/main/charts/part-db ) for more
38+ information on the available configuration options.
39+
40+ ## Bugreports
41+
42+ If you find issues related to the helm charts, please open an issue in the [ helm-charts repository] ( https://github.com/Part-DB/helm-charts ) .
You can’t perform that action at this time.
0 commit comments