mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
74 lines
1.4 KiB
YAML
74 lines
1.4 KiB
YAML
apiPort: 8927
|
|
appVolumeMounts:
|
|
config:
|
|
emptyDir: true
|
|
mountPath: /root/.chia
|
|
plots:
|
|
emptyDir: true
|
|
mountPath: /plots
|
|
plotting:
|
|
emptyDir: true
|
|
mountPath: /plotting
|
|
cactus:
|
|
apiPort: 8936
|
|
environmentVariables:
|
|
- name: mode
|
|
value: plotter
|
|
farmerPort: 11447
|
|
ports:
|
|
- containerPort: 8936
|
|
hostPort: 8936
|
|
name: api
|
|
protocol: TCP
|
|
- containerPort: 11444
|
|
hostPort: 11444
|
|
name: blockchain
|
|
protocol: TCP
|
|
- containerPort: 11447
|
|
hostPort: 11447
|
|
name: farming
|
|
protocol: TCP
|
|
volumeMounts:
|
|
cactus-config:
|
|
emptyDir: true
|
|
mountPath: /root/.chia
|
|
mnemonic:
|
|
emptyDir: true
|
|
mountPath: /root/.chia/mnemonic.txt
|
|
readOnly: true
|
|
subPath: mnemonic.txt
|
|
cactusEnabled: true
|
|
coins:
|
|
- cactus
|
|
cpuLimit: 0.5
|
|
enableResourceLimits: true
|
|
environmentVariables:
|
|
- name: mode
|
|
value: fullnode
|
|
farmerPort: 8447
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/guydavis/machinaris
|
|
tag: v0.8.1
|
|
machinarisApiPort: 8927
|
|
machinaris_ui_port: 31003
|
|
memLimit: 1G
|
|
nodeIP: 127.0.0.1
|
|
ports:
|
|
- containerPort: 8444
|
|
hostPort: 8444
|
|
name: chia-network
|
|
protocol: TCP
|
|
- containerPort: 8926
|
|
name: machinaris-ui
|
|
protocol: TCP
|
|
- containerPort: 8927
|
|
hostPort: 8927
|
|
name: machinaris-api
|
|
protocol: TCP
|
|
- containerPort: 8447
|
|
hostPort: 8447
|
|
protocol: TCP
|
|
timezone: America/Edmonton
|
|
updateStrategy: Recreate
|