TrueChartsClone/charts/stable/xmrig/questions.yaml

83 lines
3.9 KiB
YAML

# Include{groups}
portals: {}
questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: POOL_URL
label: "Pool Url"
description: "Address for your mining pool. Eg. gulf.moneroocean.stream:10128"
schema:
type: string
default: "gulf.moneroocean.stream:10128"
- variable: YOUR_ADDRESS
label: "Wallet Address"
description: "Wallet address for receiving mined coin."
schema:
type: string
private: true
default: ""
- variable: YOUR_WORKER_NAME
label: "Worker Name"
description: "Enter a name for your worker."
schema:
type: string
default: "TrueNAS"
- variable: ADDITIONAL
label: "ADDITIONAL"
description: "Please leave --no-colour, as TrueNASs webUI log viewer does not respond well to this option being disabled. If you plan on using an AMD card for GPU mining, please add --opencl; the field would then read --no-colour --opencl, please dont miss the variables below. If you plan on using an Nvidia card for GPU mining, please add --cuda; the field would then read --no-colour --cuda "
schema:
type: string
default: "--no-color "
- variable: ALGO_MODE
label: "Algorithm"
description: "Select a coin to mine, eg. rx/0 See https://xmrig.com/docs/algorithms for more info."
schema:
type: string
default: "rx/0"
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{podOptions}
# Include{serviceList}
# Include{persistenceList}
# Include{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}
# Include{codeserver}
# Include{netshoot}
# Include{vpn}
# Include{documentation}