Skip to content

Commit 0359909

Browse files
committed
docs: add helm readme
1 parent 660b9b8 commit 0359909

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# chart
2+
3+
![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) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
4+
5+
A Helm chart for XMRig Miner
6+
7+
**Homepage:** <https://xmrig.com>
8+
9+
## Maintainers
10+
11+
| Name | Email | Url |
12+
| ---- | ------ | --- |
13+
| CI Monk | [email protected] | |
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

Comments
 (0)