Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Charts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏国强
Charts
Commits
d370f88c
Commit
d370f88c
authored
May 08, 2021
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure questions.yaml for chia app
parent
44ff580c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
97 deletions
+21
-97
charts/chia/1.0.0/ix_values.yaml
charts/chia/1.0.0/ix_values.yaml
+4
-0
charts/chia/1.0.0/questions.yaml
charts/chia/1.0.0/questions.yaml
+17
-97
No files found.
charts/chia/1.0.0/ix_values.yaml
View file @
d370f88c
...
...
@@ -2,3 +2,7 @@ image:
repository
:
ghcr.io/chia-network/chia
tag
:
1.1.4
pullPolicy
:
IfNotPresent
updateStrategy
:
Recreate
environmentVariables
:
-
name
:
"
keys"
value
:
"
/plots/keyfile"
charts/chia/1.0.0/questions.yaml
View file @
d370f88c
groups
:
-
name
:
"
Workload
Configuration"
description
:
"
Configure
Storage
for
IPFS"
-
name
:
"
Storage"
description
:
"
Configure
Storage
for
IPFS"
-
name
:
"
IPFS
Configuration"
description
:
"
Configure
Storage
for
IPFS"
portals
:
web_portal
:
protocols
:
-
"
http"
host
:
-
"
$node_ip"
ports
:
-
"
$variable-service.apiPort"
path
:
"
/webui"
questions
:
-
variable
:
updateStrategy
label
:
"
IPFS
update
strategy"
group
:
"
Workload
Configuration"
schema
:
type
:
string
default
:
"
Recreate"
enum
:
-
value
:
"
RollingUpdate"
description
:
"
Create
new
pods
and
then
kill
old
ones"
-
value
:
"
Recreate"
description
:
"
Kill
existing
pods
before
creating
new
ones"
-
variable
:
environmentVariables
label
:
"
IPFS
image
environment"
group
:
"
IPFS
Configuration"
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
:
service
description
:
"
IPFS
Service
Configuration"
label
:
"
IPFS
Service
Configuration"
group
:
"
IPFS
Configuration"
schema
:
type
:
dict
required
:
true
attrs
:
-
variable
:
swarmPort
label
:
"
Swarm
Port
to
use
for
IPFS
(Public)"
schema
:
type
:
int
min
:
9000
max
:
65535
default
:
9401
required
:
true
-
variable
:
apiPort
label
:
"
API
Port
to
use
for
IPFS
(local)"
schema
:
type
:
int
min
:
9000
max
:
65535
default
:
9501
required
:
true
-
variable
:
gatewayPort
label
:
"
Gateway
Port
to
use
for
IPFS
(local)"
schema
:
type
:
int
min
:
9000
max
:
65535
default
:
9880
required
:
true
-
variable
:
appVolumeMounts
label
:
"
IPFS
Storage"
label
:
"
Chia
Storage"
group
:
"
Storage"
schema
:
type
:
dict
attrs
:
-
variable
:
stagin
g
label
:
"
Staging
Volume"
-
variable
:
confi
g
label
:
"
Configuration
Volume"
schema
:
type
:
dict
attrs
:
-
variable
:
datasetName
label
:
"
IPFS
Staging
Volume
Dataset
Name"
label
:
"
Configuration
Volume
Dataset
Name"
schema
:
type
:
string
hidden
:
true
$ref
:
-
"
normalize/ixVolume"
show_if
:
[[
"
hostPathEnabled"
,
"
="
,
false
]]
default
:
"
ix-ipfs-stagin
g"
default
:
"
confi
g"
editable
:
false
-
variable
:
mountPath
label
:
"
IPFS
Staging
Mount
Path"
label
:
"
Configuration
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
type
:
path
hidden
:
true
editable
:
false
default
:
"
/
export
"
default
:
"
/
root/.chia
"
-
variable
:
hostPathEnabled
label
:
"
Enable
Host
Path
for
IPFS
Staging
Volume"
label
:
"
Enable
Host
Path
for
Chia
Configuration
Volume"
schema
:
type
:
boolean
default
:
false
show_subquestions_if
:
true
subquestions
:
-
variable
:
hostPath
label
:
"
Host
Path
for
IPFS
Staging
Volume"
label
:
"
Host
Path
for
Chia
Configuration
Volume"
schema
:
type
:
hostpath
required
:
true
-
variable
:
data
label
:
"
Data
Volume"
-
variable
:
plots
label
:
"
Plot
Volume"
schema
:
type
:
dict
attrs
:
-
variable
:
datasetName
label
:
"
IPFS
Data
Volume
Name"
label
:
"
Plots
Volume
Name"
schema
:
type
:
string
hidden
:
true
$ref
:
-
"
normalize/ixVolume"
show_if
:
[[
"
hostPathEnabled"
,
"
="
,
false
]]
default
:
"
ix-ipfs-data
"
default
:
"
plots
"
editable
:
false
-
variable
:
mountPath
label
:
"
IPFS
Data
Mount
Path"
label
:
"
Plots
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
type
:
path
hidden
:
true
editable
:
false
default
:
"
/
data/ipf
s"
default
:
"
/
plot
s"
-
variable
:
hostPathEnabled
label
:
"
Enable
Host
Path
for
IPFS
Data
Volume"
label
:
"
Enable
Host
Path
for
Chia
Plots
Volume"
schema
:
type
:
boolean
default
:
false
show_subquestions_if
:
true
subquestions
:
-
variable
:
hostPath
label
:
"
Host
Path
for
IPFS
Data
Volume"
label
:
"
Host
Path
for
Chia
Plots
Volume"
schema
:
type
:
hostpath
required
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment