Skip to content

Commit e5da206

Browse files
committed
update readme with helm charts
relate to #211
1 parent 0adb66d commit e5da206

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,19 @@ docker run -d \
126126

127127

128128
### Running in Kubernetes (using a Helm Chart)
129+
130+
### Using Helm repository
131+
132+
* Add the AKHQ helm charts repository:
133+
```sh
134+
helm repo add akhq https://akhq.io/
135+
```
136+
* Install it:
137+
```sh
138+
helm install --name akhq akhq/akhq
139+
```
140+
141+
### Using git
129142
* Clone the repository:
130143
```sh
131144
git clone https://github.com/tchiotludo/akhq && cd akhq/deploy/helm/akhq

0 commit comments

Comments
 (0)