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
16fcf345
Commit
16fcf345
authored
May 10, 2021
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow specifying dns options for plex
parent
7f5e45c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
test/plex/1.4.0/questions.yaml
test/plex/1.4.0/questions.yaml
+30
-0
test/plex/1.4.0/templates/deployment.yaml
test/plex/1.4.0/templates/deployment.yaml
+1
-0
No files found.
test/plex/1.4.0/questions.yaml
View file @
16fcf345
...
@@ -19,6 +19,8 @@ groups:
...
@@ -19,6 +19,8 @@ groups:
description
:
"
Configure
when
pod
should
be
restarted
in
case
of
failure"
description
:
"
Configure
when
pod
should
be
restarted
in
case
of
failure"
-
name
:
"
Resource
Reservation"
-
name
:
"
Resource
Reservation"
description
:
"
Specify
resources
to
be
allocated
to
workload"
description
:
"
Specify
resources
to
be
allocated
to
workload"
-
name
:
"
Advanced
DNS
Settings"
description
:
"
Configure
DNS
settings"
portals
:
portals
:
web_portal
:
web_portal
:
...
@@ -31,6 +33,34 @@ portals:
...
@@ -31,6 +33,34 @@ portals:
path
:
"
/web"
path
:
"
/web"
questions
:
questions
:
-
variable
:
dnsConfig
label
:
"
DNS
Configuration"
group
:
"
Advanced
DNS
Settings"
schema
:
type
:
dict
attrs
:
-
variable
:
options
label
:
"
DNS
Options"
schema
:
type
:
list
items
:
-
variable
:
optionsEntry
label
:
"
Option
Entry
Configuration"
schema
:
type
:
dict
attrs
:
-
variable
:
name
label
:
"
Option
Name"
schema
:
type
:
string
required
:
true
-
variable
:
value
label
:
"
Option
Value"
schema
:
type
:
string
required
:
true
-
variable
:
claimToken
-
variable
:
claimToken
label
:
"
Plex
Claim
Token"
label
:
"
Plex
Claim
Token"
group
:
"
Plex
Configuration"
group
:
"
Plex
Configuration"
...
...
test/plex/1.4.0/templates/deployment.yaml
View file @
16fcf345
...
@@ -81,6 +81,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
...
@@ -81,6 +81,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
initialDelaySeconds
:
5
initialDelaySeconds
:
5
failureThreshold
:
40
failureThreshold
:
40
periodSeconds
:
15
periodSeconds
:
15
{{
include "common.networking.dnsConfiguration" .Values | nindent 6
}}
volumes
:
{{
include "common.storage.configureAppVolumes" .Values | nindent 8
}}
volumes
:
{{
include "common.storage.configureAppVolumes" .Values | nindent 8
}}
-
name
:
plex-probe-check
-
name
:
plex-probe-check
configMap
:
configMap
:
...
...
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