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
8da36972
Commit
8da36972
authored
Dec 07, 2020
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean post install notes
parent
a78da653
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
24 deletions
+18
-24
test/plex/2.1.0/questions.yaml
test/plex/2.1.0/questions.yaml
+12
-3
test/plex/2.1.0/templates/NOTES.txt
test/plex/2.1.0/templates/NOTES.txt
+0
-18
test/plex/2.1.0/templates/deployment.yaml
test/plex/2.1.0/templates/deployment.yaml
+3
-3
test/plex/2.1.0/values.yaml
test/plex/2.1.0/values.yaml
+3
-0
No files found.
test/plex/2.1.0/questions.yaml
View file @
8da36972
...
@@ -76,6 +76,7 @@ questions:
...
@@ -76,6 +76,7 @@ questions:
schema
:
schema
:
type
:
dict
type
:
dict
additional_attrs
:
true
additional_attrs
:
true
attrs
:
[]
-
variable
:
proxy
-
variable
:
proxy
label
:
"
Configure
Proxy
environment
variable"
label
:
"
Configure
Proxy
environment
variable"
...
@@ -83,6 +84,11 @@ questions:
...
@@ -83,6 +84,11 @@ questions:
schema
:
schema
:
type
:
dict
type
:
dict
attrs
:
attrs
:
-
variable
:
enabled
label
:
"
Enable
Proxy"
schema
:
type
:
boolean
default
:
false
-
variable
:
http
-
variable
:
http
label
:
"
HTTP
Proxy"
label
:
"
HTTP
Proxy"
schema
:
schema
:
...
@@ -143,8 +149,9 @@ questions:
...
@@ -143,8 +149,9 @@ questions:
-
variable
:
hostPath
-
variable
:
hostPath
label
:
"
Specify
HostPath
for
Transcode"
label
:
"
Specify
HostPath
for
Transcode"
schema
:
schema
:
type
:
host
P
ath
type
:
host
p
ath
required
:
true
required
:
true
default
:
"
"
-
variable
:
volume
-
variable
:
volume
label
:
"
Configure
iXVolume"
label
:
"
Configure
iXVolume"
schema
:
schema
:
...
@@ -181,8 +188,9 @@ questions:
...
@@ -181,8 +188,9 @@ questions:
-
variable
:
hostPath
-
variable
:
hostPath
label
:
"
Specify
HostPath
for
Data"
label
:
"
Specify
HostPath
for
Data"
schema
:
schema
:
type
:
host
P
ath
type
:
host
p
ath
required
:
true
required
:
true
default
:
"
"
-
variable
:
volume
-
variable
:
volume
label
:
"
Configure
iXVolume"
label
:
"
Configure
iXVolume"
schema
:
schema
:
...
@@ -219,8 +227,9 @@ questions:
...
@@ -219,8 +227,9 @@ questions:
-
variable
:
hostPath
-
variable
:
hostPath
label
:
"
Specify
HostPath
for
Config"
label
:
"
Specify
HostPath
for
Config"
schema
:
schema
:
type
:
host
P
ath
type
:
host
p
ath
required
:
true
required
:
true
default
:
"
"
-
variable
:
volume
-
variable
:
volume
label
:
"
Configure
iXVolume"
label
:
"
Configure
iXVolume"
schema
:
schema
:
...
...
test/plex/2.1.0/templates/NOTES.txt
View file @
8da36972
1. Get the application URL by running these commands:
1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ . }}
{{- end }}
{{- else if contains "NodePort" .Values.serviceTCP.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "plex.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
echo http://$NODE_IP:$NODE_PORT
{{- else if contains "LoadBalancer" .Values.serviceTCP.type }}
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "plex.fullname" . }}'
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "plex.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}")
echo http://$SERVICE_IP:{{ .Values.serviceTCP.port }}
{{- else if contains "ClusterIP" .Values.serviceTCP.type }}
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "plex.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
echo "Visit http://127.0.0.1:8080 to use your application"
kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:80
{{- end }}
test/plex/2.1.0/templates/deployment.yaml
View file @
8da36972
...
@@ -145,13 +145,13 @@ spec:
...
@@ -145,13 +145,13 @@ spec:
volumes
:
volumes
:
-
name
:
data
-
name
:
data
hostPath
:
hostPath
:
path
:
{{
template "configuredHostPathData"
}}
path
:
{{
template "configuredHostPathData"
.
}}
-
name
:
config
-
name
:
config
hostPath
:
hostPath
:
path
:
{{
template "configuredHostPathConfig"
}}
path
:
{{
template "configuredHostPathConfig"
.
}}
-
name
:
transcode
-
name
:
transcode
hostPath
:
hostPath
:
path
:
{{
template "configuredHostPathTranscode"
}}
path
:
{{
template "configuredHostPathTranscode"
.
}}
-
name
:
shared
-
name
:
shared
emptyDir
:
{}
emptyDir
:
{}
-
name
:
shared-logs
-
name
:
shared-logs
...
...
test/plex/2.1.0/values.yaml
View file @
8da36972
...
@@ -101,10 +101,13 @@ hostNetwork: false
...
@@ -101,10 +101,13 @@ hostNetwork: false
persistence
:
persistence
:
transcode
:
transcode
:
hostPathEnabled
:
false
hostPathEnabled
:
false
hostPath
:
"
"
data
:
data
:
hostPathEnabled
:
false
hostPathEnabled
:
false
hostPath
:
"
"
config
:
config
:
hostPathEnabled
:
false
hostPathEnabled
:
false
hostPath
:
"
"
# Probes configuration
# Probes configuration
probes
:
probes
:
...
...
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