From 02076bc4022eb143b576a3226a82ec48d92e122f Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Tue, 12 Jul 2022 14:36:40 +0200 Subject: [PATCH] peertube: Add a note on storage access mode --- charts/peertube/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/peertube/README.md b/charts/peertube/README.md index fc852bf..e598ffa 100644 --- a/charts/peertube/README.md +++ b/charts/peertube/README.md @@ -17,6 +17,10 @@ For a simple install with an authentication-less SMPT server this could look lik helm install peertube ananace-charts/peertube --set config.serverName=videos.example.com,config.admin.email=admin@example.com,config.mail.hostname=smtp.example.com +If your storage class supports RWX (ReadWriteMany) storage, it's strongly recommended to use it for peertube, to avoid downtime on upgrades. + + helm install ... --set config.persistence.accessModes[0]=ReadWriteMany + ### Live-streaming / RTMP For the live-streaming functionality to work, you will need to make sure your ingress forwards TCP connections on the RTMP port. (1935 by default)