|
| 1 | +# Explorer Helm Chart |
| 2 | + |
| 3 | +The helm chart installs the [Infrablockspace](https://github.com/InfraBlockchain/infrablockspace-sdk). |
| 4 | + |
| 5 | +   |
| 6 | + |
| 7 | +## Maintainers |
| 8 | + |
| 9 | +| Name | Email | Url | |
| 10 | +| ---- | ------ | --- | |
| 11 | +| devops | <devops@bc-labs.net> | <https://github.com/InfraBlockspace/helm-charts> | |
| 12 | + |
| 13 | +## Installing the chart |
| 14 | + |
| 15 | +```console |
| 16 | +helm repo add infrablockchain https://infrablockchain.github.io/helm-charts/ |
| 17 | +helm install explorer infrablockchain/explorer |
| 18 | +``` |
| 19 | + |
| 20 | + |
| 21 | +## Values |
| 22 | + |
| 23 | +| Key | Type | Default | Description | |
| 24 | +|-----|------|---------|-------------| |
| 25 | +| affinity | object | `{}` | | |
| 26 | +| autoscaling.enabled | bool | `false` | | |
| 27 | +| autoscaling.maxReplicas | int | `100` | | |
| 28 | +| autoscaling.minReplicas | int | `1` | | |
| 29 | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 30 | +| fullnameOverride | string | `""` | | |
| 31 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 32 | +| image.tag | string | `"1"` | | |
| 33 | +| imagePullSecrets | list | `[]` | | |
| 34 | +| ingress.annotations | object | `{}` | | |
| 35 | +| ingress.className | string | `""` | | |
| 36 | +| ingress.enabled | bool | `false` | | |
| 37 | +| ingress.hosts[0].host | string | `"chart-example.local"` | | |
| 38 | +| ingress.hosts[0].paths[0].path | string | `"/"` | | |
| 39 | +| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | |
| 40 | +| ingress.tls | list | `[]` | | |
| 41 | +| nameOverride | string | `""` | | |
| 42 | +| nodeSelector | object | `{}` | | |
| 43 | +| podAnnotations | object | `{}` | | |
| 44 | +| podSecurityContext | object | `{}` | | |
| 45 | +| reader.config.api.blockLimit | int | `50000` | | |
| 46 | +| reader.config.api.db.name | string | `""` | | |
| 47 | +| reader.config.api.nodeId | int | `1000` | | |
| 48 | +| reader.config.api.redisUrl | string | `"redis://localhost:6679"` | | |
| 49 | +| reader.config.api.sentry.dsn | string | `""` | | |
| 50 | +| reader.config.api.sentry.name | string | `""` | | |
| 51 | +| reader.config.api.sentry.server | string | `""` | | |
| 52 | +| reader.config.configMapRef | string | `""` | | |
| 53 | +| reader.config.db.connection | string | `""` | | |
| 54 | +| reader.config.db.database | string | `""` | | |
| 55 | +| reader.config.db.harvesterName | string | `""` | | |
| 56 | +| reader.config.db.host | string | `""` | | |
| 57 | +| reader.config.db.password | string | `""` | | |
| 58 | +| reader.config.db.port | string | `""` | | |
| 59 | +| reader.config.db.sqlaUrl | string | `""` | | |
| 60 | +| reader.config.db.username | string | `""` | | |
| 61 | +| reader.config.dbConfigMapRef | string | `""` | | |
| 62 | +| reader.config.enable | bool | `true` | | |
| 63 | +| reader.config.harvester.blockStart | string | `"0"` | | |
| 64 | +| reader.config.harvester.db.InstalledEtl | string | `""` | | |
| 65 | +| reader.config.harvester.db.name | string | `""` | | |
| 66 | +| reader.config.harvester.substrate.SS58Format | string | `nil` | | |
| 67 | +| reader.config.harvester.substrate.url | string | `"ws://localhost:9944"` | | |
| 68 | +| reader.config.secretDBRef | string | `""` | | |
| 69 | +| replicaCount | int | `1` | | |
| 70 | +| resources | object | `{}` | | |
| 71 | +| securityContext | object | `{}` | | |
| 72 | +| service.port | int | `80` | | |
| 73 | +| service.type | string | `"ClusterIP"` | | |
| 74 | +| serviceAccount.annotations | object | `{}` | | |
| 75 | +| serviceAccount.create | bool | `true` | | |
| 76 | +| serviceAccount.name | string | `""` | | |
| 77 | +| tolerations | list | `[]` | | |
| 78 | +| ui.affinity | object | `{}` | | |
| 79 | +| ui.autoscaling.enabled | bool | `false` | | |
| 80 | +| ui.autoscaling.maxReplicas | int | `100` | | |
| 81 | +| ui.autoscaling.minReplicas | int | `1` | | |
| 82 | +| ui.autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 83 | +| ui.config.data | string | `"{\n \"InfraRelay\": {\n \"relayChain\": \"InfraRelay\",\n \"image\": \"infra-relay.png\",\n \"substrateRpcUrlArray\": [\n \"wss://relay.stage.infrablockspace.net\"\n ],\n \"explorerWsUrlArray\": [\n \"wss://explorer-api.stage.infrablockspace.net/graphql-ws\"\n ]\n }\n}"` | | |
| 84 | +| ui.config.generate | bool | `true` | | |
| 85 | +| ui.enable | bool | `false` | | |
| 86 | +| ui.image.tag | int | `3` | | |
| 87 | +| ui.ingress.annotations | object | `{}` | | |
| 88 | +| ui.ingress.className | string | `""` | | |
| 89 | +| ui.ingress.enabled | bool | `false` | | |
| 90 | +| ui.ingress.hosts[0].host | string | `"chart-example.local"` | | |
| 91 | +| ui.ingress.hosts[0].paths[0].path | string | `"/"` | | |
| 92 | +| ui.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | |
| 93 | +| ui.ingress.tls | list | `[]` | | |
| 94 | +| ui.nodeSelector | object | `{}` | | |
| 95 | +| ui.resources | object | `{}` | | |
| 96 | +| ui.service.port | int | `80` | | |
| 97 | +| ui.service.type | string | `"ClusterIP"` | | |
| 98 | +| ui.tolerations | list | `[]` | | |
| 99 | + |
| 100 | +---------------------------------------------- |
| 101 | +Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) |
0 commit comments