Skip to content

Commit

Permalink
Add defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Dec 3, 2024
1 parent e160194 commit 2042a40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-hoprd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -27,4 +26,5 @@ This chart packages the creation of a ClusterHoprd
| `supportedRelease` | The kind of supported release <saint-louis> | `""` |
| `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 | `""` |
8 changes: 4 additions & 4 deletions charts/cluster-hoprd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ forceIdentityName: false
##
deployment: {}

##
## @param service Service spec
##
service:
service:
##
## @param service.type Service Type
##
type: "ClusterIP"


Expand Down

0 comments on commit 2042a40

Please sign in to comment.