11# commit-boost
22
3- ![ Version: 0.0.4 ] ( https://img.shields.io/badge/Version-0.0.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.2 .0] ( https://img.shields.io/badge/AppVersion-v0.2 .0-informational?style=flat-square )
3+ ![ Version: 0.0.5 ] ( https://img.shields.io/badge/Version-0.0.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.4 .0] ( https://img.shields.io/badge/AppVersion-v0.4 .0-informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
77## Maintainers
88
99| Name | Email | Url |
1010| ---- | ------ | --- |
11- 11+ 1212
1313## Values
1414
@@ -19,12 +19,17 @@ A Helm chart for Kubernetes
1919| autoscaling.maxReplicas | int | ` 100 ` | |
2020| autoscaling.minReplicas | int | ` 1 ` | |
2121| autoscaling.targetCPUUtilizationPercentage | int | ` 80 ` | |
22- | commitBoost.pbs.config | string | ` "chain = \"Holesky\"\n\n[pbs]\nport = 18550\n\n[[relays]]\nurl = \"https://0xafa4c6985aa049fb79dd37010438cfebeb0f2bd42b115b89dd678dab0670c1de38da0c4e9138c9290a398ecd9a0b3110@boost-relay-holesky.flashbots.net\"" ` | |
22+ | commitBoost.pbs.config.chain | string | ` "Holesky" ` | |
23+ | commitBoost.pbs.config.metrics.prometheus_config | string | ` "/dev/null" ` | |
24+ | commitBoost.pbs.config.metrics.server_port | int | ` 10000 ` | |
25+ | commitBoost.pbs.config.mux | list | ` [] ` | |
26+ | commitBoost.pbs.config.pbs.port | int | ` 18550 ` | |
27+ | commitBoost.pbs.config.relays | list | ` [] ` | |
2328| commitBoost.pbs.enable | bool | ` true ` | |
29+ | commitBoost.pbs.image.pullPolicy | string | ` "IfNotPresent" ` | |
30+ | commitBoost.pbs.image.repository | string | ` "ghcr.io/commit-boost/pbs" ` | |
31+ | commitBoost.pbs.image.tag | string | ` "v0.4.0" ` | |
2432| fullnameOverride | string | ` "" ` | |
25- | image.pullPolicy | string | ` "IfNotPresent" ` | |
26- | image.repository | string | ` "ghcr.io/commit-boost/pbs" ` | |
27- | image.tag | string | ` "v0.2.0" ` | |
2833| imagePullSecrets | list | ` [] ` | |
2934| ingress.annotations | object | ` {} ` | |
3035| ingress.className | string | ` "" ` | |
@@ -41,20 +46,24 @@ A Helm chart for Kubernetes
4146| replicaCount | int | ` 1 ` | |
4247| resources | object | ` {} ` | |
4348| securityContext | object | ` {} ` | |
44- | service.metrics_port | int | ` 10000 ` | |
45- | service.port | int | ` 18550 ` | |
49+ | service.pbs_metrics_port | int | ` 10000 ` | |
50+ | service.pbs_port | int | ` 18550 ` | |
4651| service.type | string | ` "ClusterIP" ` | |
4752| serviceAccount.annotations | object | ` {} ` | |
4853| serviceAccount.automount | bool | ` true ` | |
4954| serviceAccount.create | bool | ` true ` | |
5055| serviceAccount.name | string | ` "" ` | |
56+ | serviceMonitor.additionalLabels | object | ` {} ` | |
5157| serviceMonitor.enabled | bool | ` true ` | |
52- | serviceMonitor.honorLabels | bool | ` true ` | |
58+ | serviceMonitor.metricRelabelings | list | ` [] ` | |
59+ | serviceMonitor.namespace | string | ` "" ` | |
60+ | serviceMonitor.namespaceSelector | object | ` {} ` | |
5361| serviceMonitor.path | string | ` "/metrics" ` | |
5462| serviceMonitor.scrapeInterval | string | ` "30s" ` | |
63+ | serviceMonitor.targetLabels | list | ` [] ` | |
5564| tolerations | list | ` [] ` | |
5665| volumeMounts | list | ` [] ` | |
5766| volumes | list | ` [] ` | |
5867
5968----------------------------------------------
60- Autogenerated from chart metadata using [ helm-docs v1.7 .0] ( https://github.com/norwoodj/helm-docs/releases/v1.7 .0 )
69+ Autogenerated from chart metadata using [ helm-docs v1.11 .0] ( https://github.com/norwoodj/helm-docs/releases/v1.11 .0 )
0 commit comments