Skip to content

Commit

Permalink
docs: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDones committed Jun 18, 2024
1 parent de0947a commit 4be41a0
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions charts/ssv-node/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# ssv-node

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for Kubernetes

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| config.args[0] | string | `"make BUILD_PATH=/go/bin/ssvnode start-node"` | |
| config.beaconAddress | string | `"http://lighthouse:5062"` | |
| config.executionAddress | string | `"ws://geth:8546"` | |
| config.logLevel | string | `"info"` | |
| config.network | string | `"holesky"` | |
| config.passwordFile | string | `"/etc/ssv-node/password"` | |
| config.privateKeyFile | string | `"/etc/ssv-node/encrypted_private_key.json"` | |
| env_vars[0].name | string | `"CONFIG_PATH"` | |
| env_vars[0].value | string | `"/config/config.yaml"` | |
| externalSecrets.enabled | bool | `false` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bloxstaking/ssv-node"` | |
| image.tag | string | `"v1.3.0-rc.1"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"chart-example.local"` | |
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podLabels | object | `{}` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
| service.ports.metrics | int | `15001` | |
| service.ports.p2pTCP | int | `30030` | |
| service.ports.p2pUDP | int | `30031` | |
| service.type | string | `"NodePort"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.automount | bool | `true` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| serviceMonitor.enabled | bool | `false` | |
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)

0 comments on commit 4be41a0

Please sign in to comment.