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