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
05f46822
Commit
05f46822
authored
Feb 02, 2021
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ipfs deployment
parent
9c13001a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
test/ipfs/1.0.1/questions.yaml
test/ipfs/1.0.1/questions.yaml
+4
-4
test/ipfs/1.0.1/templates/deployment.yaml
test/ipfs/1.0.1/templates/deployment.yaml
+1
-1
No files found.
test/ipfs/1.0.1/questions.yaml
View file @
05f46822
...
@@ -144,14 +144,14 @@ questions:
...
@@ -144,14 +144,14 @@ questions:
default
:
"
ix-ipfs-staging"
default
:
"
ix-ipfs-staging"
editable
:
false
editable
:
false
-
variable
:
mountPath
-
variable
:
mountPath
label
:
"
Mount
Path"
label
:
"
IPFS
Staging
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
schema
:
type
:
path
type
:
path
editable
:
false
editable
:
false
default
:
"
/export"
default
:
"
/export"
-
variable
:
hostPathEnabled
-
variable
:
hostPathEnabled
label
:
"
host
Path
Enabled
"
label
:
"
Enable
Host
Path
for
IPFS
Staging
Volume
"
schema
:
schema
:
type
:
boolean
type
:
boolean
default
:
false
default
:
false
...
@@ -179,14 +179,14 @@ questions:
...
@@ -179,14 +179,14 @@ questions:
default
:
"
ix-ipfs-data"
default
:
"
ix-ipfs-data"
editable
:
false
editable
:
false
-
variable
:
mountPath
-
variable
:
mountPath
label
:
"
Mount
Path"
label
:
"
IPFS
Data
Mount
Path"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
description
:
"
Path
where
the
volume
will
be
mounted
inside
the
pod"
schema
:
schema
:
type
:
path
type
:
path
editable
:
false
editable
:
false
default
:
"
/data/ipfs"
default
:
"
/data/ipfs"
-
variable
:
hostPathEnabled
-
variable
:
hostPathEnabled
label
:
"
host
Path
Enabled
"
label
:
"
Enable
Host
Path
for
IPFS
Data
Volume
"
schema
:
schema
:
type
:
boolean
type
:
boolean
default
:
false
default
:
false
...
...
test/ipfs/1.0.1/templates/deployment.yaml
View file @
05f46822
...
@@ -54,5 +54,5 @@ spec:
...
@@ -54,5 +54,5 @@ spec:
containerPort
:
9501
containerPort
:
9501
-
name
:
gateway
-
name
:
gateway
containerPort
:
9880
containerPort
:
9880
{{
include "common.containers.
e
nvironmentVariables" (dict "environmentVariables" .Values.environment) | nindent 10
}}
{{
include "common.containers.
allE
nvironmentVariables" (dict "environmentVariables" .Values.environment) | nindent 10
}}
{{
include "common.storage.allAppVolumes" .Values | nindent 6
}}
{{
include "common.storage.allAppVolumes" .Values | nindent 6
}}
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