|
|
@ -44,7 +44,7 @@ peertube:
|
|
|
|
dbUser: user # must be consistent with postgresql configuration
|
|
|
|
dbUser: user # must be consistent with postgresql configuration
|
|
|
|
dbPasswd: user # must be consistent with postgresql configuration
|
|
|
|
dbPasswd: user # must be consistent with postgresql configuration
|
|
|
|
dbSsl: false # disabled by default WARNING: ssl connection feature not tested, use at your own risk
|
|
|
|
dbSsl: false # disabled by default WARNING: ssl connection feature not tested, use at your own risk
|
|
|
|
dbHostname: peertube-postgresql # must be consistent with postgresql configuration
|
|
|
|
dbHostname: peertube-gsb-postgresql # must be consistent with postgresql configuration
|
|
|
|
webHostname: peertube # must be changed to your local setup
|
|
|
|
webHostname: peertube # must be changed to your local setup
|
|
|
|
secret: b2753b0f37444974de0e81f04815e6a889fcf8960bd203a01b624d8fa8a37683
|
|
|
|
secret: b2753b0f37444974de0e81f04815e6a889fcf8960bd203a01b624d8fa8a37683
|
|
|
|
smtpHostname: peertube-mail # must be consistent with mail configuration
|
|
|
|
smtpHostname: peertube-mail # must be consistent with mail configuration
|
|
|
@ -53,7 +53,7 @@ peertube:
|
|
|
|
smtpTls: false # disabled by default WARNING: tls connection feature not tested, use at your own risk
|
|
|
|
smtpTls: false # disabled by default WARNING: tls connection feature not tested, use at your own risk
|
|
|
|
smtpDisableStartTls: false # unless crashes related to tls/ssl, this should be unchanged
|
|
|
|
smtpDisableStartTls: false # unless crashes related to tls/ssl, this should be unchanged
|
|
|
|
adminEmail: root@localhost.lan # use this if you want peopleto be able to reach you
|
|
|
|
adminEmail: root@localhost.lan # use this if you want peopleto be able to reach you
|
|
|
|
redisHostname: peertube-redis-master # must be consistent with redis configuration
|
|
|
|
redisHostname: peertube-gsb-redis-master # must be consistent with redis configuration
|
|
|
|
redisAuth: peertube # must be consistent with redis configuration
|
|
|
|
redisAuth: peertube # must be consistent with redis configuration
|
|
|
|
app:
|
|
|
|
app:
|
|
|
|
userCanRegister: true # control if people can register by themselves
|
|
|
|
userCanRegister: true # control if people can register by themselves
|
|
|
@ -116,7 +116,7 @@ ingress:
|
|
|
|
|
|
|
|
|
|
|
|
resources: {}
|
|
|
|
resources: {}
|
|
|
|
autoscaling:
|
|
|
|
autoscaling:
|
|
|
|
enabled: true
|
|
|
|
enabled: false
|
|
|
|
minimumReplicas: 3
|
|
|
|
minimumReplicas: 3
|
|
|
|
maximumReplicas: 20
|
|
|
|
maximumReplicas: 20
|
|
|
|
targetCPUUtilizationPercentage: 90
|
|
|
|
targetCPUUtilizationPercentage: 90
|
|
|
|