Commit 3e10661c authored by Waqar Ahmed's avatar Waqar Ahmed

Update ipfs description/validation

parent fc9c6549
...@@ -102,7 +102,7 @@ questions: ...@@ -102,7 +102,7 @@ questions:
label: "Swarm Port to use for IPFS (Public)" label: "Swarm Port to use for IPFS (Public)"
schema: schema:
type: int type: int
min: 4000 min: 9000
max: 65535 max: 65535
default: 9401 default: 9401
required: true required: true
...@@ -110,7 +110,7 @@ questions: ...@@ -110,7 +110,7 @@ questions:
label: "API Port to use for IPFS (local)" label: "API Port to use for IPFS (local)"
schema: schema:
type: int type: int
min: 4000 min: 9000
max: 65535 max: 65535
default: 9501 default: 9501
required: true required: true
...@@ -118,7 +118,7 @@ questions: ...@@ -118,7 +118,7 @@ questions:
label: "Gateway Port to use for IPFS (local)" label: "Gateway Port to use for IPFS (local)"
schema: schema:
type: int type: int
min: 4000 min: 9000
max: 65535 max: 65535
default: 9880 default: 9880
required: true required: true
...@@ -138,7 +138,7 @@ questions: ...@@ -138,7 +138,7 @@ questions:
type: hostpath type: hostpath
- variable: ipfsDataVolume - variable: ipfsDataVolume
label: "Configure iXVolume" label: "IPFS Data Volume Defaults"
group: "Storage" group: "Storage"
schema: schema:
type: dict type: dict
...@@ -154,7 +154,7 @@ questions: ...@@ -154,7 +154,7 @@ questions:
editable: false editable: false
default: "/data/ipfs" default: "/data/ipfs"
- variable: datasetName - variable: datasetName
label: "Dataset Name" label: "IPFS Data Dataset Name"
schema: schema:
type: string type: string
default: "ix-ipfs-data" default: "ix-ipfs-data"
...@@ -174,7 +174,7 @@ questions: ...@@ -174,7 +174,7 @@ questions:
type: hostpath type: hostpath
- variable: ipfsStagingVolume - variable: ipfsStagingVolume
label: "Configure iXVolume" label: "IPFS Staging Volume Defaults"
group: "Storage" group: "Storage"
schema: schema:
type: dict type: dict
...@@ -190,7 +190,7 @@ questions: ...@@ -190,7 +190,7 @@ questions:
editable: false editable: false
default: "/export" default: "/export"
- variable: datasetName - variable: datasetName
label: "Dataset Name" label: "IPFS Staging Dataset Name"
schema: schema:
type: string type: string
default: "ix-ipfs-staging" default: "ix-ipfs-staging"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment