update peertube to use nfs for assets

This commit is contained in:
James Andariese 2023-08-15 14:11:46 -05:00
parent 9da93d0694
commit eb6c6eae60

View File

@ -44,7 +44,7 @@ spec:
## Data storage on S3 - will still require persistence even if enabled. ## Data storage on S3 - will still require persistence even if enabled.
objectStorage: objectStorage:
enabled: true enabled: false
endpoint: https://minio.strudelline.net endpoint: https://minio.strudelline.net
region: syno-cascade-1 region: syno-cascade-1
@ -68,8 +68,8 @@ spec:
persistence: persistence:
enabled: true enabled: true
size: 16Gi size: 1000Gi
storageClass: local-path storageClass: nfs
## Additional configuration to set on the main production.yaml configuration. ## Additional configuration to set on the main production.yaml configuration.
## See https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example ## See https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example