Files
duino-miner-helm/Readme.md
Tomislav Kopić 39acf46b28
All checks were successful
Lint and Publish Helm Chart / publish-helm (push) Successful in 3s
Update Readme.md
2025-09-15 09:56:16 +00:00

40 lines
765 B
Markdown

## Helm Chart
Add the chart repo to Helm:
```bash
helm repo add duco https://git.kopic.hr/api/packages/tomislav/helm
helm repo update
```
### Inspect configurable values
You can view all configurable options in the chart with:
```bash
helm show values duco/duino-miner > my-values.yaml
```
### Override username and mining key
`my-values.yaml`:
```yaml
env:
DUCO_USERNAME: "your_actual_username"
DUCO_MINING_KEY: "your_actual_mining_key"
```
Install the chart with your custom values:
```bash
helm install duco-miner duco/duino-miner -f my-values.yaml
```
---
## Docker Image
**Docker Image** used in this helm chart is available here:
* [Duino-Coin Docker](https://git.kopic.hr/tomislav/-/packages/container/duino-coin-docker%2Fduino-coin/latest)