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
654aa908
Commit
654aa908
authored
Feb 04, 2021
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test values for plex/nextcloud/minio/ipfs charts
parent
40f4842c
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
88 additions
and
12 deletions
+88
-12
test/ipfs/1.0.1/test_values.yaml
test/ipfs/1.0.1/test_values.yaml
+7
-3
test/ipfs/1.0.1/values.yaml
test/ipfs/1.0.1/values.yaml
+8
-2
test/minio/1.0.1/test_values.yaml
test/minio/1.0.1/test_values.yaml
+4
-0
test/minio/1.0.1/values.yaml
test/minio/1.0.1/values.yaml
+5
-0
test/nextcloud/1.1.0/test_values.yaml
test/nextcloud/1.1.0/test_values.yaml
+15
-1
test/nextcloud/1.1.0/values.yaml
test/nextcloud/1.1.0/values.yaml
+13
-0
test/plex/1.0.1/test_values.yaml
test/plex/1.0.1/test_values.yaml
+18
-1
test/plex/1.0.1/values.yaml
test/plex/1.0.1/values.yaml
+18
-5
No files found.
test/ipfs/1.0.1/test_values.yaml
View file @
654aa908
...
...
@@ -18,6 +18,10 @@ service:
environment
:
emptyDirVolumes
:
true
ipfsDataHostPathEnabled
:
false
ipfsStagingHostPathEnabled
:
false
appVolumeMounts
:
staging
:
emptyDir
:
true
mountPath
:
"
/export"
data
:
emptyDir
:
true
mountPath
:
"
/data/ipfs"
test/ipfs/1.0.1/values.yaml
View file @
654aa908
...
...
@@ -17,5 +17,11 @@ service:
environment
:
ipfsDataHostPathEnabled
:
false
ipfsStagingHostPathEnabled
:
false
appVolumeMounts
:
staging
:
emptyDir
:
true
mountPath
:
"
/export"
data
:
emptyDir
:
true
mountPath
:
"
/data/ipfs"
test/minio/1.0.1/test_values.yaml
View file @
654aa908
...
...
@@ -17,3 +17,7 @@ environment:
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
emptyDirVolumes
:
true
appVolumeMounts
:
export
:
emptyDir
:
true
mountPath
:
"
/export"
test/minio/1.0.1/values.yaml
View file @
654aa908
...
...
@@ -15,3 +15,8 @@ service:
environment
:
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
appVolumeMounts
:
export
:
emptyDir
:
true
mountPath
:
"
/export"
test/nextcloud/1.1.0/test_values.yaml
View file @
654aa908
...
...
@@ -11,7 +11,8 @@ nextcloud:
username
:
admin
password
:
changeme
datadir
:
/var/www/html/data
strategy
:
"
Recreate"
updateStrategy
:
"
Recreate"
postgresql
:
backupVolume
:
...
...
@@ -26,3 +27,16 @@ service:
emptyDirVolumes
:
true
ixChartContext
:
{}
appVolumeMounts
:
nextcloud-data
:
emptyDir
:
true
mountPath
:
"
/var/www"
postgresAppVolumeMounts
:
postgres-data
:
emptyDir
:
true
mountPath
:
"
/var/lib/postgresql/data"
postgres-backup
:
emptyDir
:
true
mountPath
:
"
/postgres_backups"
test/nextcloud/1.1.0/values.yaml
View file @
654aa908
...
...
@@ -15,3 +15,16 @@ nextcloud:
service
:
nodePort
:
9001
appVolumeMounts
:
nextcloud-data
:
emptyDir
:
true
mountPath
:
"
/var/www"
postgresAppVolumeMounts
:
postgres-data
:
emptyDir
:
true
mountPath
:
"
/var/lib/postgresql/data"
postgres-backup
:
emptyDir
:
true
mountPath
:
"
/postgres_backups"
test/plex/1.0.1/test_values.yaml
View file @
654aa908
...
...
@@ -50,7 +50,7 @@ timezone: "Etc/UTC"
# TMPDIR: /transcode
# upgrade strategy type (e.g. Recreate or RollingUpdate)
strategyType
:
Recreate
updateStrategy
:
"
Recreate"
plexServiceTCP
:
port
:
32400
...
...
@@ -63,3 +63,20 @@ configHostPathEnabled: false
gpuConfiguration
:
{}
emptyDirVolumes
:
true
appVolumeMounts
:
transcode
:
emptyDir
:
true
mountPath
:
"
/transcode"
data
:
emptyDir
:
true
mountPath
:
"
/data"
config
:
emptyDir
:
true
mountPath
:
"
/config"
shared
:
emptyDir
:
true
mountPath
:
"
shared"
shared-logs
:
emptyDir
:
true
mountPath
:
"
/config/Library/Application
Support/Plex
Media
Server/Logs"
test/plex/1.0.1/values.yaml
View file @
654aa908
...
...
@@ -50,17 +50,13 @@ timezone: "Etc/UTC"
# TMPDIR: /transcode
# upgrade strategy type (e.g. Recreate or RollingUpdate)
strategyType
:
Recreate
updateStrategy
:
Recreate
plexServiceTCP
:
port
:
32400
hostNetwork
:
false
transcodeHostPathEnabled
:
false
dataHostPathEnabled
:
false
configHostPathEnabled
:
false
proxy
:
# This allows to set a proxy environment variable, which PMS uses to fetch the token and assets like movie cover
enabled
:
false
...
...
@@ -69,3 +65,20 @@ proxy:
# noproxy: "localhost,127.0.0.1,10.96.0.0/12,10.244.0.0/12"
gpuConfiguration
:
{}
appVolumeMounts
:
transcode
:
emptyDir
:
true
mountPath
:
"
/transcode"
data
:
emptyDir
:
true
mountPath
:
"
/data"
config
:
emptyDir
:
true
mountPath
:
"
/config"
shared
:
emptyDir
:
true
mountPath
:
"
shared"
shared-logs
:
emptyDir
:
true
mountPath
:
"
/config/Library/Application
Support/Plex
Media
Server/Logs"
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