diff --git a/charts/cluster-hoprd/README.md b/charts/cluster-hoprd/README.md index 69dcac3..591cac8 100644 --- a/charts/cluster-hoprd/README.md +++ b/charts/cluster-hoprd/README.md @@ -16,7 +16,6 @@ This chart packages the creation of a ClusterHoprd | `wallet.identityPassword` | Password used by all identities defined bellow | `""` | | `wallet.hoprdApiToken` | API Token used by all nodes of the cluster | `""` | | `network` | Hoprd Network: rotsee, dufour | `""` | -| `identityPool.minReadyIdentities` | Minimum number of identites in ready state | `0` | | `identityPool.funding.enabled` | Enable cron auto-funding | `false` | | `identityPool.funding.schedule` | Cron schedule to run auto-funding job. | `0 1 * * 1` | | `identityPool.funding.nativeAmount` | Number of xDai to fund each node | `0.01` | @@ -27,4 +26,5 @@ This chart packages the creation of a ClusterHoprd | `supportedRelease` | The kind of supported release | `""` | | `forceIdentityName` | Forces identity names to be set in child Hopd resources | `false` | | `deployment` | Deployment spec | `{}` | +| `service.type` | Service Type | `ClusterIP` | | `config` | Custom configuration of nodes | `""` | diff --git a/charts/cluster-hoprd/values.yaml b/charts/cluster-hoprd/values.yaml index d986941..1b6b883 100644 --- a/charts/cluster-hoprd/values.yaml +++ b/charts/cluster-hoprd/values.yaml @@ -79,10 +79,10 @@ forceIdentityName: false ## deployment: {} -## -## @param service Service spec -## -service: +service: + ## + ## @param service.type Service Type + ## type: "ClusterIP"