|
|
@@ -0,0 +1,1857 @@
|
|
|
+groups:
|
|
|
+ - name: "Networking"
|
|
|
+ description: "Configure Networking for Machinaris"
|
|
|
+ - name: "Machinaris Configuration"
|
|
|
+ description: "Machinaris configuration"
|
|
|
+ - name: "Storage"
|
|
|
+ description: "Configure Storage for Machinaris"
|
|
|
+ - name: "Machinaris Environment Variables"
|
|
|
+ description: "Set the environment that will be visible to the container"
|
|
|
+ - name: "Resource Limits"
|
|
|
+ description: "Set CPU/memory limits for Kubernetes Pod"
|
|
|
+ - name: "Configure Coins"
|
|
|
+ description: "Configure different coins"
|
|
|
+
|
|
|
+portals:
|
|
|
+ web_portal:
|
|
|
+ protocols:
|
|
|
+ - "http"
|
|
|
+ host:
|
|
|
+ - "$node_ip"
|
|
|
+ ports:
|
|
|
+ - "$variable-machinaris_ui_port"
|
|
|
+
|
|
|
+questions:
|
|
|
+ - variable: timezone
|
|
|
+ label: "Configure timezone"
|
|
|
+ group: "Machinaris Configuration"
|
|
|
+ description: "Configure timezone for machinaris"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ $ref:
|
|
|
+ - "definitions/timezone"
|
|
|
+
|
|
|
+ - variable: nodeIP
|
|
|
+ description: "LAN IP address of your TrueNAS server"
|
|
|
+ group: "Machinaris Configuration"
|
|
|
+ label: "Worker Address"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ $ref:
|
|
|
+ - "definitions/nodeIP"
|
|
|
+
|
|
|
+ - variable: machinaris_ui_port
|
|
|
+ label: "Machinaris Web UI"
|
|
|
+ group: "Networking"
|
|
|
+ description: "Web UI Port for Machinaris"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ min: 9000
|
|
|
+ max: 65535
|
|
|
+ default: 9003
|
|
|
+ - variable: appVolumeMounts
|
|
|
+ label: "Machinaris Storage"
|
|
|
+ group: "Storage"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: true
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Machinaris Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Machinaris Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: plots
|
|
|
+ label: "Plot Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Plots Volume Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "plots"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Plots Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/plots"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Machinaris Plots Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Machinaris Plots Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: plotting
|
|
|
+ label: "Plotting Temp Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Plotting Volume Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "plotting"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Plotting Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/plotting"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Machinaris Plotting Temp Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Machinaris Plotting Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ - variable: extraAppVolumeMounts
|
|
|
+ label: "Machinaris Extra Host Path Volumes"
|
|
|
+ group: "Storage"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: extraAppVolume
|
|
|
+ label: "Machinaris Host Path Volume"
|
|
|
+ description: "Add an extra host path volume for machinaris application"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mount Path in Pod"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ required: true
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path"
|
|
|
+ description: "Host path"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ - variable: environmentVariables
|
|
|
+ label: "Environment Variables for Machinaris"
|
|
|
+ group: "Machinaris Environment Variables"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ default: []
|
|
|
+ items:
|
|
|
+ - variable: environmentVariable
|
|
|
+ label: "Environment Variable"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: name
|
|
|
+ label: "Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ - variable: value
|
|
|
+ label: "Value"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ - variable: enableResourceLimits
|
|
|
+ label: "Enable Pod resource limits"
|
|
|
+ group: "Resource Limits"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ - variable: cpuLimit
|
|
|
+ label: "CPU limit"
|
|
|
+ group: "Resource Limits"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ show_if: [["enableResourceLimits", "=", true]]
|
|
|
+ valid_chars: "^\\d+(?:\\.\\d+(?!.*m$)|m?$)"
|
|
|
+ - variable: memLimit
|
|
|
+ label: "Memory limit"
|
|
|
+ group: "Resource Limits"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ show_if: [["enableResourceLimits", "=", true]]
|
|
|
+ valid_chars: "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$"
|
|
|
+
|
|
|
+ # Cactus Configurations
|
|
|
+ - variable: cactusEnabled
|
|
|
+ label: "Enable Cactus"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ - variable: cactus
|
|
|
+ label: "Configure Cactus"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ show_if: [["cactusEnabled", "=", true]]
|
|
|
+ attrs:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ description: "API port on the pod"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ editable: false
|
|
|
+ default: 8936
|
|
|
+ - variable: ports
|
|
|
+ label: "Ports"
|
|
|
+ description: "Container ports that are also forwarded on the host"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8936
|
|
|
+ - variable: blockchainPort
|
|
|
+ label: "Blockchain Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 11444
|
|
|
+ - variable: farmingPort
|
|
|
+ label: "Farming Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 11447
|
|
|
+
|
|
|
+ - variable: volumeMounts
|
|
|
+ label: "Storage Configurations"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "cactus-config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: mnemonic
|
|
|
+ label: "Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Mnemonic Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: datasetSubPath
|
|
|
+ label: "Subpath in the Dataset"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "mnemonic.txt"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mnemonic Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia/mnemonic.txt:ro"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ # Chives Configurations
|
|
|
+ - variable: chivesEnabled
|
|
|
+ label: "Enable Chives"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ - variable: chives
|
|
|
+ label: "Configure Chives"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ show_if: [["chivesEnabled", "=", true]]
|
|
|
+ attrs:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ description: "API port on the pod"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ editable: false
|
|
|
+ default: 8931
|
|
|
+ - variable: ports
|
|
|
+ label: "Ports"
|
|
|
+ description: "Container ports that are also forwarded on the host"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8931
|
|
|
+ - variable: blockchainPort
|
|
|
+ label: "Blockchain Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 9699
|
|
|
+ - variable: farmingPort
|
|
|
+ label: "Farming Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 9647
|
|
|
+
|
|
|
+ - variable: volumeMounts
|
|
|
+ label: "Storage Configurations"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "chives-config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: mnemonic
|
|
|
+ label: "Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Mnemonic Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: datasetSubPath
|
|
|
+ label: "Subpath in the Dataset"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "mnemonic.txt"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mnemonic Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia/mnemonic.txt:ro"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ # Cryptodoge Configurations
|
|
|
+ - variable: cryptodogeEnabled
|
|
|
+ label: "Enable Cryptodoge"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ - variable: cryptodoge
|
|
|
+ label: "Configure Cryptodoge"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ show_if: [["cryptodogeEnabled", "=", true]]
|
|
|
+ attrs:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ description: "API port on the pod"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ editable: false
|
|
|
+ default: 8937
|
|
|
+ - variable: ports
|
|
|
+ label: "Ports"
|
|
|
+ description: "Container ports that are also forwarded on the host"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8937
|
|
|
+ - variable: blockchainPort
|
|
|
+ label: "Blockchain Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 15994
|
|
|
+ - variable: farmingPort
|
|
|
+ label: "Farming Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 16895
|
|
|
+
|
|
|
+ - variable: volumeMounts
|
|
|
+ label: "Storage Configurations"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "cryptodoge-config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: mnemonic
|
|
|
+ label: "Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Mnemonic Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: datasetSubPath
|
|
|
+ label: "Subpath in the Dataset"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "mnemonic.txt"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mnemonic Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia/mnemonic.txt:ro"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ # Flax Configurations
|
|
|
+ - variable: flaxEnabled
|
|
|
+ label: "Enable Flax"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ - variable: flax
|
|
|
+ label: "Configure Flax"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ show_if: [["flaxEnabled", "=", true]]
|
|
|
+ attrs:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ description: "API port on the pod"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ editable: false
|
|
|
+ default: 8928
|
|
|
+ - variable: ports
|
|
|
+ label: "Ports"
|
|
|
+ description: "Container ports that are also forwarded on the host"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8928
|
|
|
+ - variable: blockchainPort
|
|
|
+ label: "Blockchain Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 6888
|
|
|
+ - variable: farmingPort
|
|
|
+ label: "Farming Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 6885
|
|
|
+
|
|
|
+ - variable: volumeMounts
|
|
|
+ label: "Storage Configurations"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "flax-config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: mnemonic
|
|
|
+ label: "Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Mnemonic Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: datasetSubPath
|
|
|
+ label: "Subpath in the Dataset"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "mnemonic.txt"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mnemonic Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia/mnemonic.txt:ro"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ # Flora Configurations
|
|
|
+ - variable: floraEnabled
|
|
|
+ label: "Enable Flora"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ - variable: flora
|
|
|
+ label: "Configure Flora"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ show_if: [["floraEnabled", "=", true]]
|
|
|
+ attrs:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ description: "API port on the pod"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ editable: false
|
|
|
+ default: 8932
|
|
|
+ - variable: ports
|
|
|
+ label: "Ports"
|
|
|
+ description: "Container ports that are also forwarded on the host"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8932
|
|
|
+ - variable: blockchainPort
|
|
|
+ label: "Blockchain Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 18644
|
|
|
+ - variable: farmingPort
|
|
|
+ label: "Farming Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 18647
|
|
|
+
|
|
|
+ - variable: volumeMounts
|
|
|
+ label: "Storage Configurations"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "flora-config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: mnemonic
|
|
|
+ label: "Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Mnemonic Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: datasetSubPath
|
|
|
+ label: "Subpath in the Dataset"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "mnemonic.txt"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mnemonic Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia/mnemonic.txt:ro"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ # HDDCoin Configurations
|
|
|
+ - variable: hddcoinEnabled
|
|
|
+ label: "Enable HDDCoin"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ - variable: hddcoin
|
|
|
+ label: "Configure HDDCoin"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ show_if: [["hddcoinEnabled", "=", true]]
|
|
|
+ attrs:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ description: "API port on the pod"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ editable: false
|
|
|
+ default: 8930
|
|
|
+ - variable: ports
|
|
|
+ label: "Ports"
|
|
|
+ description: "Container ports that are also forwarded on the host"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8930
|
|
|
+ - variable: blockchainPort
|
|
|
+ label: "Blockchain Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 28444
|
|
|
+ - variable: farmingPort
|
|
|
+ label: "Farming Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 28447
|
|
|
+
|
|
|
+ - variable: volumeMounts
|
|
|
+ label: "Storage Configurations"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "hddcoin-config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: mnemonic
|
|
|
+ label: "Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Mnemonic Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: datasetSubPath
|
|
|
+ label: "Subpath in the Dataset"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "mnemonic.txt"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mnemonic Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia/mnemonic.txt:ro"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ # Maize Configurations
|
|
|
+ - variable: maizeEnabled
|
|
|
+ label: "Enable Maize"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ - variable: maize
|
|
|
+ label: "Configure Maize"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ show_if: [["maizeEnabled", "=", true]]
|
|
|
+ attrs:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ description: "API port on the pod"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ editable: false
|
|
|
+ default: 8933
|
|
|
+ - variable: ports
|
|
|
+ label: "Ports"
|
|
|
+ description: "Container ports that are also forwarded on the host"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8933
|
|
|
+ - variable: blockchainPort
|
|
|
+ label: "Blockchain Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8644
|
|
|
+ - variable: farmingPort
|
|
|
+ label: "Farming Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8647
|
|
|
+
|
|
|
+ - variable: volumeMounts
|
|
|
+ label: "Storage Configurations"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "maize-config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: mnemonic
|
|
|
+ label: "Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Mnemonic Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: datasetSubPath
|
|
|
+ label: "Subpath in the Dataset"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "mnemonic.txt"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mnemonic Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia/mnemonic.txt:ro"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ # N-Chain Configurations
|
|
|
+ - variable: nchainEnabled
|
|
|
+ label: "Enable N-Chain"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ - variable: nchain
|
|
|
+ label: "Configure N-Chain"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ show_if: [["nchainEnabled", "=", true]]
|
|
|
+ attrs:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ description: "API port on the pod"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ editable: false
|
|
|
+ default: 8929
|
|
|
+ - variable: ports
|
|
|
+ label: "Ports"
|
|
|
+ description: "Container ports that are also forwarded on the host"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8929
|
|
|
+ - variable: blockchainPort
|
|
|
+ label: "Blockchain Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 58445
|
|
|
+ - variable: farmingPort
|
|
|
+ label: "Farming Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 38447
|
|
|
+
|
|
|
+ - variable: volumeMounts
|
|
|
+ label: "Storage Configurations"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "nchain-config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: mnemonic
|
|
|
+ label: "Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Mnemonic Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: datasetSubPath
|
|
|
+ label: "Subpath in the Dataset"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "mnemonic.txt"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mnemonic Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia/mnemonic.txt:ro"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ # Stacoin Configurations
|
|
|
+ - variable: stacoinEnabled
|
|
|
+ label: "Enable Stacoin"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ - variable: stacoin
|
|
|
+ label: "Configure Stacoin"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ show_if: [["stacoinEnabled", "=", true]]
|
|
|
+ attrs:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ description: "API port on the pod"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ editable: false
|
|
|
+ default: 8934
|
|
|
+ - variable: ports
|
|
|
+ label: "Ports"
|
|
|
+ description: "Container ports that are also forwarded on the host"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8934
|
|
|
+ - variable: blockchainPort
|
|
|
+ label: "Blockchain Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 1999
|
|
|
+ - variable: farmingPort
|
|
|
+ label: "Farming Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 1692
|
|
|
+
|
|
|
+ - variable: volumeMounts
|
|
|
+ label: "Storage Configurations"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "stacoin-config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: mnemonic
|
|
|
+ label: "Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Mnemonic Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: datasetSubPath
|
|
|
+ label: "Subpath in the Dataset"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "mnemonic.txt"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mnemonic Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia/mnemonic.txt:ro"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+
|
|
|
+ # Stor Configurations
|
|
|
+ - variable: storEnabled
|
|
|
+ label: "Enable Stor"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: true
|
|
|
+ - variable: stor
|
|
|
+ label: "Configure Stor"
|
|
|
+ group: "Configure Coins"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ show_if: [["storEnabled", "=", true]]
|
|
|
+ attrs:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ description: "API port on the pod"
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ editable: false
|
|
|
+ default: 8935
|
|
|
+ - variable: ports
|
|
|
+ label: "Ports"
|
|
|
+ description: "Container ports that are also forwarded on the host"
|
|
|
+ schema:
|
|
|
+ type: list
|
|
|
+ items:
|
|
|
+ - variable: apiPort
|
|
|
+ label: "API Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8935
|
|
|
+ - variable: blockchainPort
|
|
|
+ label: "Blockchain Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8668
|
|
|
+ - variable: farmingPort
|
|
|
+ label: "Farming Port"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: protocol
|
|
|
+ label: "Protocol"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: string
|
|
|
+ default: TCP
|
|
|
+ - variable: containerPort
|
|
|
+ label: "Host/Container Port"
|
|
|
+ schema:
|
|
|
+ editable: false
|
|
|
+ type: int
|
|
|
+ default: 8337
|
|
|
+
|
|
|
+ - variable: volumeMounts
|
|
|
+ label: "Storage Configurations"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: config
|
|
|
+ label: "Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Configuration Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "stor-config"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Configuration Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Configuration Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|
|
|
+ - variable: mnemonic
|
|
|
+ label: "Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: dict
|
|
|
+ attrs:
|
|
|
+ - variable: datasetName
|
|
|
+ label: "Mnemonic Volume Dataset Name"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ $ref:
|
|
|
+ - "normalize/ixVolume"
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "config"
|
|
|
+ editable: false
|
|
|
+ - variable: datasetSubPath
|
|
|
+ label: "Subpath in the Dataset"
|
|
|
+ schema:
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
+ show_if: [["hostPathEnabled", "=", false]]
|
|
|
+ default: "mnemonic.txt"
|
|
|
+ editable: false
|
|
|
+ - variable: mountPath
|
|
|
+ label: "Mnemonic Mount Path"
|
|
|
+ description: "Path where the volume will be mounted inside the pod"
|
|
|
+ schema:
|
|
|
+ type: path
|
|
|
+ hidden: true
|
|
|
+ editable: false
|
|
|
+ default: "/root/.chia/mnemonic.txt:ro"
|
|
|
+ - variable: hostPathEnabled
|
|
|
+ label: "Enable Custom Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
+ show_subquestions_if: true
|
|
|
+ subquestions:
|
|
|
+ - variable: hostPath
|
|
|
+ label: "Host Path for Mnemonic Volume"
|
|
|
+ schema:
|
|
|
+ type: hostpath
|
|
|
+ required: true
|