Skip to content

Commit 502dc3a

Browse files
committed
Added kubernetes as available installation method.
1 parent 6874d7c commit 502dc3a

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/installation/kubernetes.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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).

0 commit comments

Comments
 (0)