update peertube to v3.4.0
This commit is contained in:
parent
e3fceeacf5
commit
c7e79f4d30
@ -11,5 +11,5 @@ dependencies:
|
|||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 12.3.2
|
version: 12.3.2
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
appVersion: 3.3.0
|
appVersion: 3.4.0
|
||||||
|
@ -8,7 +8,7 @@ image:
|
|||||||
repository: chocobozzz/peertube
|
repository: chocobozzz/peertube
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "v3.3.0-buster"
|
tag: "v3.4.0-buster"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
@ -106,8 +106,32 @@ configAsCode:
|
|||||||
# Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images
|
# Overridable client files : logo.svg, favicon.png and icons/*.png (PWA) in client/dist/assets/images
|
||||||
# Could contain for example assets/images/favicon.png
|
# Could contain for example assets/images/favicon.png
|
||||||
# If the file exists, peertube will serve it
|
# If the file exists, peertube will serve it
|
||||||
# If not, peertube will fallback to the default fil
|
# If not, peertube will fallback to the default file
|
||||||
client_overrides: '/var/www/peertube/storage/client-overrides/'
|
client_overrides: '/var/www/peertube/storage/client-overrides/'
|
||||||
|
object_storage:
|
||||||
|
enabled: false
|
||||||
|
# Without protocol, will default to HTTPS
|
||||||
|
endpoint: '' # 's3.amazonaws.com' or 's3.fr-par.scw.cloud' for example
|
||||||
|
region: 'us-east-1'
|
||||||
|
credentials:
|
||||||
|
# You can also use AWS_ACCESS_KEY_ID env variable
|
||||||
|
access_key_id: ''
|
||||||
|
# You can also use AWS_SECRET_ACCESS_KEY env variable
|
||||||
|
secret_access_key: ''
|
||||||
|
# Maximum amount to upload in one request to object storage
|
||||||
|
max_upload_part: 2GB
|
||||||
|
streaming_playlists:
|
||||||
|
bucket_name: 'streaming-playlists'
|
||||||
|
# Allows setting all buckets to the same value but with a different prefix
|
||||||
|
prefix: '' # Example: 'streaming-playlists:'
|
||||||
|
# Base url for object URL generation, scheme and host will be replaced by this URL
|
||||||
|
# Useful when you want to use a CDN/external proxy
|
||||||
|
base_url: '' # Example: 'https://mirror.example.com'
|
||||||
|
# Same settings but for webtorrent videos
|
||||||
|
videos:
|
||||||
|
bucket_name: 'videos'
|
||||||
|
prefix: ''
|
||||||
|
base_url: ''
|
||||||
log:
|
log:
|
||||||
level: 'info' # 'debug' | 'info' | 'warn' | 'error'
|
level: 'info' # 'debug' | 'info' | 'warn' | 'error'
|
||||||
rotation:
|
rotation:
|
||||||
|
Loading…
Reference in New Issue
Block a user