Commit 654aa908 authored by Waqar Ahmed's avatar Waqar Ahmed

Update test values for plex/nextcloud/minio/ipfs charts

parent 40f4842c
...@@ -18,6 +18,10 @@ service: ...@@ -18,6 +18,10 @@ service:
environment: environment:
emptyDirVolumes: true emptyDirVolumes: true
appVolumeMounts:
ipfsDataHostPathEnabled: false staging:
ipfsStagingHostPathEnabled: false emptyDir: true
mountPath: "/export"
data:
emptyDir: true
mountPath: "/data/ipfs"
...@@ -17,5 +17,11 @@ service: ...@@ -17,5 +17,11 @@ service:
environment: environment:
ipfsDataHostPathEnabled: false appVolumeMounts:
ipfsStagingHostPathEnabled: false staging:
emptyDir: true
mountPath: "/export"
data:
emptyDir: true
mountPath: "/data/ipfs"
...@@ -17,3 +17,7 @@ environment: ...@@ -17,3 +17,7 @@ environment:
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html ## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
emptyDirVolumes: true emptyDirVolumes: true
appVolumeMounts:
export:
emptyDir: true
mountPath: "/export"
...@@ -15,3 +15,8 @@ service: ...@@ -15,3 +15,8 @@ service:
environment: environment:
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html ## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
appVolumeMounts:
export:
emptyDir: true
mountPath: "/export"
...@@ -11,7 +11,8 @@ nextcloud: ...@@ -11,7 +11,8 @@ nextcloud:
username: admin username: admin
password: changeme password: changeme
datadir: /var/www/html/data datadir: /var/www/html/data
strategy: "Recreate"
updateStrategy: "Recreate"
postgresql: postgresql:
backupVolume: backupVolume:
...@@ -26,3 +27,16 @@ service: ...@@ -26,3 +27,16 @@ service:
emptyDirVolumes: true emptyDirVolumes: true
ixChartContext: {} 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"
...@@ -15,3 +15,16 @@ nextcloud: ...@@ -15,3 +15,16 @@ nextcloud:
service: service:
nodePort: 9001 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"
...@@ -50,7 +50,7 @@ timezone: "Etc/UTC" ...@@ -50,7 +50,7 @@ timezone: "Etc/UTC"
# TMPDIR: /transcode # TMPDIR: /transcode
# upgrade strategy type (e.g. Recreate or RollingUpdate) # upgrade strategy type (e.g. Recreate or RollingUpdate)
strategyType: Recreate updateStrategy: "Recreate"
plexServiceTCP: plexServiceTCP:
port: 32400 port: 32400
...@@ -63,3 +63,20 @@ configHostPathEnabled: false ...@@ -63,3 +63,20 @@ configHostPathEnabled: false
gpuConfiguration: {} gpuConfiguration: {}
emptyDirVolumes: true 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"
...@@ -50,17 +50,13 @@ timezone: "Etc/UTC" ...@@ -50,17 +50,13 @@ timezone: "Etc/UTC"
# TMPDIR: /transcode # TMPDIR: /transcode
# upgrade strategy type (e.g. Recreate or RollingUpdate) # upgrade strategy type (e.g. Recreate or RollingUpdate)
strategyType: Recreate updateStrategy: Recreate
plexServiceTCP: plexServiceTCP:
port: 32400 port: 32400
hostNetwork: false hostNetwork: false
transcodeHostPathEnabled: false
dataHostPathEnabled: false
configHostPathEnabled: false
proxy: proxy:
# This allows to set a proxy environment variable, which PMS uses to fetch the token and assets like movie cover # This allows to set a proxy environment variable, which PMS uses to fetch the token and assets like movie cover
enabled: false enabled: false
...@@ -69,3 +65,20 @@ proxy: ...@@ -69,3 +65,20 @@ proxy:
# noproxy: "localhost,127.0.0.1,10.96.0.0/12,10.244.0.0/12" # noproxy: "localhost,127.0.0.1,10.96.0.0/12,10.244.0.0/12"
gpuConfiguration: {} 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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment