Update docker image
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Docker image configuration for the Duino-Coin miner
|
# Docker image configuration for the Duino-Coin miner
|
||||||
image:
|
image:
|
||||||
repository: simeononsecurity/duinocoin # Docker image repository
|
repository: git.kopic.hr/tomislav/duino-coin-docker/duino-coin # Docker image repository
|
||||||
pullPolicy: IfNotPresent # When to pull the image (IfNotPresent / Always)
|
pullPolicy: IfNotPresent # When to pull the image (IfNotPresent / Always)
|
||||||
tag: "latest" # Image tag; if empty, defaults to Chart appVersion
|
tag: "latest" # Image tag; if empty, defaults to Chart appVersion
|
||||||
imagePullSecrets: [] # Optional secrets for private registries
|
imagePullSecrets: [] # Optional secrets for private registries
|
||||||
@@ -19,6 +19,7 @@ priorityClassName: "duino-miner-lowest"
|
|||||||
|
|
||||||
# Environment variables for the Duino-Coin miner
|
# Environment variables for the Duino-Coin miner
|
||||||
env:
|
env:
|
||||||
|
DUCO_DIR: "/duino-coin/Duino-Coin PC Miner 4.3" # Directory where the miner config lives
|
||||||
DUCO_USERNAME: "your_actual_username" # Your Duino-Coin wallet or username
|
DUCO_USERNAME: "your_actual_username" # Your Duino-Coin wallet or username
|
||||||
DUCO_MINING_KEY: "your_actual_mining_key" # Mining key
|
DUCO_MINING_KEY: "your_actual_mining_key" # Mining key
|
||||||
DUCO_INTENSITY: "95" # Mining intensity (0–100)
|
DUCO_INTENSITY: "95" # Mining intensity (0–100)
|
||||||
|
Reference in New Issue
Block a user