Skip to content

Commit 5c9a122

Browse files
authored
Feat/doc k8s (Commit-Boost#170)
* feat: add small documentation on how to setup via helm * fix: nit
1 parent 62d6428 commit 5c9a122

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

k8s/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Commit boost on k8s
2+
3+
Currently, only the PBS module is supported and it can be used as a
4+
drop-in replacement to mev-boost. To quickly install it, from the
5+
chart directory, edit the `values.yaml` configuration file to your
6+
liking, then:
7+
8+
```
9+
helm install commit-boost . -f values.yaml
10+
```
11+
12+
By default the PBS service should be available on port `18550`, you
13+
can then point your beacons to it.

0 commit comments

Comments
 (0)