From 35c46449fa614e1fdcd8a3e3e0ab830842d79acb Mon Sep 17 00:00:00 2001 From: gadmin Date: Wed, 10 May 2023 16:47:13 +0200 Subject: [PATCH] fix: fixed multiple issues in the values.yaml of peertube package --- roles/peertube/files/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/peertube/files/values.yaml b/roles/peertube/files/values.yaml index ea8e466..971ca47 100644 --- a/roles/peertube/files/values.yaml +++ b/roles/peertube/files/values.yaml @@ -45,7 +45,7 @@ peertube: dbPasswd: user # must be consistent with postgresql configuration dbSsl: false # disabled by default WARNING: ssl connection feature not tested, use at your own risk dbHostname: peertube-gsb-postgresql # must be consistent with postgresql configuration - webHostname: s-peertube.gsb.lan # must be changed to your local setup + webHostname: peertube.gsb.lan # must be changed to your local setup secret: b2753b0f37444974de0e81f04815e6a889fcf8960bd203a01b624d8fa8a37683 smtpHostname: peertube-gsb-mail # must be consistent with mail configuration smtpPort: 587 # must be consistent with mail configuration @@ -102,7 +102,7 @@ ingress: className: "" annotations: kubernetes.io/ingress.class: traefik - nginx.ingress.kubernetes.io/proxy-body-size: 6G # this caps the size of imported videos, if set low this might prevent you from uploading videos + traefik.ingress.kubernetes.io/proxy-body-size: 6G # this caps the size of imported videos, if set low this might prevent you from uploading videos # kubernetes.io/tls-acme: "true" hosts: - host: peertube.gsb.lan