2021-10-19 12:20:06 +00:00
image :
2021-12-03 12:02:44 +00:00
repository : tccr.io/truecharts/etherpad
2021-10-19 12:20:06 +00:00
pullPolicy : IfNotPresent
2021-12-03 14:07:49 +00:00
tag : version-1.8.14@sha256:4900f0e787ca22cf93090ae44ecceb5689d4427c739e1eb637a6e3a913161bf8
2021-10-19 12:20:06 +00:00
2022-08-23 11:33:45 +00:00
secretEnv :
ADMIN_PASSWORD : "adminpass"
USER_PASSWORD : "firstuserpass"
2021-12-19 22:53:28 +00:00
env :
2021-10-19 12:20:06 +00:00
DB_TYPE : "postgres"
DB_NAME : "{{ .Values.postgresql.postgresqlDatabase }}"
DB_USER : "{{ .Values.postgresql.postgresqlUsername }}"
DB_PORT : "5432"
DB_PASS :
secretKeyRef :
name : dbcreds
key : postgresql-password
DB_HOST :
secretKeyRef :
name : dbcreds
key : plainhost
2022-08-23 11:33:45 +00:00
# User Defined
TITLE : "Etherpad"
FAVICON : "favicon.ico"
DEFAULT_PAD_TEXT : "Welcome to Etherpad! This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents! Get involved with Etherpad at https://etherpad.org"
2021-10-19 12:20:06 +00:00
securityContext :
readOnlyRootFilesystem : false
runAsNonRoot : false
podSecurityContext :
runAsUser : 0
runAsGroup : 0
service :
main :
ports :
main :
2021-11-28 09:26:31 +00:00
port : 10060
2021-11-06 21:55:18 +00:00
targetPort : 9001
2021-10-19 12:20:06 +00:00
persistence :
data :
enabled : true
2021-11-14 19:19:16 +00:00
mountPath : "/opt/etherpad-lite/var"
2021-10-19 12:20:06 +00:00
app :
enabled : true
2021-11-14 19:19:16 +00:00
mountPath : "/opt/etherpad-lite/app"
2021-10-19 12:20:06 +00:00
postgresql :
enabled : true
existingSecret : "dbcreds"
postgresqlUsername : etherpad
postgresqlDatabase : etherpad
2022-08-08 21:25:02 +00:00
portal :
enabled : true