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
872c9633
Commit
872c9633
authored
Aug 06, 2021
by
sonicaj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for machinaris UI
parent
18a727ad
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
8 deletions
+28
-8
test/machinaris/1.0.0/questions.yaml
test/machinaris/1.0.0/questions.yaml
+21
-8
test/machinaris/1.0.0/templates/service.yaml
test/machinaris/1.0.0/templates/service.yaml
+6
-0
test/machinaris/1.0.0/test_values.yaml
test/machinaris/1.0.0/test_values.yaml
+1
-0
No files found.
test/machinaris/1.0.0/questions.yaml
View file @
872c9633
groups
:
groups
:
-
name
:
"
Networking"
description
:
"
Configure
Networking
for
Machinaris"
-
name
:
"
Machinaris
Configuration"
description
:
"
Machinaris
configuration"
-
name
:
"
Storage"
-
name
:
"
Storage"
description
:
"
Configure
Storage
for
Machinaris"
description
:
"
Configure
Storage
for
Machinaris"
-
name
:
"
Machinaris
Environment
Variables"
-
name
:
"
Machinaris
Environment
Variables"
...
@@ -11,18 +15,27 @@ portals:
...
@@ -11,18 +15,27 @@ portals:
host
:
host
:
-
"
$node_ip"
-
"
$node_ip"
ports
:
ports
:
-
"
$variable-
plexServiceTCP.
port"
-
"
$variable-
machinaris_ui_
port"
path
:
"
/web"
path
:
"
/web"
questions
:
questions
:
-
variable
:
timezone
-
variable
:
timezone
label
:
"
Configure
timezone"
label
:
"
Configure
timezone"
group
:
"
Farmr.net
Configuration"
group
:
"
Configuration"
description
:
"
Configure
'farmr.net'
support
for
chia
"
description
:
"
Configure
timezone
for
machinaris
"
schema
:
schema
:
type
:
string
type
:
string
$ref
:
$ref
:
-
"
definitions/timezone"
-
"
definitions/timezone"
-
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
-
variable
:
appVolumeMounts
label
:
"
Machinaris
Storage"
label
:
"
Machinaris
Storage"
group
:
"
Storage"
group
:
"
Storage"
...
@@ -101,14 +114,14 @@ questions:
...
@@ -101,14 +114,14 @@ questions:
required
:
true
required
:
true
-
variable
:
extraAppVolumeMounts
-
variable
:
extraAppVolumeMounts
label
:
"
Chia
Extra
Host
Path
Volumes"
label
:
"
Machinaris
Extra
Host
Path
Volumes"
group
:
"
Storage"
group
:
"
Storage"
schema
:
schema
:
type
:
list
type
:
list
items
:
items
:
-
variable
:
extraAppVolume
-
variable
:
extraAppVolume
label
:
"
Chia
Host
Path
Volume"
label
:
"
Machinaris
Host
Path
Volume"
description
:
"
Add
an
extra
host
path
volume
for
chia
application"
description
:
"
Add
an
extra
host
path
volume
for
machinaris
application"
schema
:
schema
:
type
:
dict
type
:
dict
attrs
:
attrs
:
...
@@ -126,8 +139,8 @@ questions:
...
@@ -126,8 +139,8 @@ questions:
required
:
true
required
:
true
-
variable
:
environmentVariables
-
variable
:
environmentVariables
label
:
"
Environment
Variables
for
Chia
"
label
:
"
Environment
Variables
for
Machinaris
"
group
:
"
Chia
Environment
Variables"
group
:
"
Machinaris
Environment
Variables"
schema
:
schema
:
type
:
list
type
:
list
default
:
[]
default
:
[]
...
...
test/machinaris/1.0.0/templates/service.yaml
0 → 100644
View file @
872c9633
{{
$svc
:
= .Values
}}
{{
$ports
:
= list
}}
{{
$ports = mustAppend $ports (dict "name" "pms" "port" $svc.machinaris_ui_port "nodePort" $svc.machinaris_ui_port "targetPort" "machinaris-ui")
}}
{{
$params
:
= .
}}
{{
$_
:
= set $params "commonService" (dict "ports" $ports "type" "NodePort" )
}}
{{
include "common.classes.service" $params
}}
test/machinaris/1.0.0/test_values.yaml
View file @
872c9633
...
@@ -11,3 +11,4 @@ image:
...
@@ -11,3 +11,4 @@ image:
repository
:
ghcr.io/guydavis/machinaris
repository
:
ghcr.io/guydavis/machinaris
tag
:
v0.5.1
tag
:
v0.5.1
updateStrategy
:
Recreate
updateStrategy
:
Recreate
machinaris_ui_port
:
9003
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