|
| 1 | +# chart |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +A Helm chart for XMRig Miner |
| 6 | + |
| 7 | +**Homepage:** <https://xmrig.com> |
| 8 | + |
| 9 | +## Maintainers |
| 10 | + |
| 11 | +| Name | Email | Url | |
| 12 | +| ---- | ------ | --- | |
| 13 | + |
| 14 | + |
| 15 | +## Source Code |
| 16 | + |
| 17 | +* <https://github.com/lpmatos/docker-xmrig-miner> |
| 18 | +* <https://github.com/xmrig/xmrig> |
| 19 | + |
| 20 | +## Values |
| 21 | + |
| 22 | +| Key | Type | Default | Description | |
| 23 | +|-----|------|---------|-------------| |
| 24 | +| affinity | object | `{}` | | |
| 25 | +| autoscaling.enabled | bool | `false` | | |
| 26 | +| autoscaling.maxReplicas | int | `100` | | |
| 27 | +| autoscaling.minReplicas | int | `1` | | |
| 28 | +| autoscaling.targetCPUUtilizationPercentage | int | `80` | | |
| 29 | +| fullnameOverride | string | `""` | | |
| 30 | +| image.pullPolicy | string | `"IfNotPresent"` | | |
| 31 | +| image.repository | string | `"nginx"` | | |
| 32 | +| image.tag | string | `""` | | |
| 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 | +| replicaCount | int | `1` | | |
| 46 | +| resources | object | `{}` | | |
| 47 | +| securityContext | object | `{}` | | |
| 48 | +| service.port | int | `80` | | |
| 49 | +| service.type | string | `"ClusterIP"` | | |
| 50 | +| serviceAccount.annotations | object | `{}` | | |
| 51 | +| serviceAccount.create | bool | `true` | | |
| 52 | +| serviceAccount.name | string | `""` | | |
| 53 | +| tolerations | list | `[]` | | |
| 54 | + |
| 55 | +---------------------------------------------- |
| 56 | +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) |
0 commit comments