Adds etherpad app.

This commit is contained in:
2026-06-19 21:32:58 +00:00
parent aee2e93803
commit a25366daf7
10 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
version: 2.2.7-1
requires:
- name: postgres
defaultConfig:
namespace: etherpad
externalDnsDomain: '{{ .cloud.domain }}'
domain: etherpad.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
title: Etherpad
db:
host: '{{ .apps.postgres.host }}'
port: '{{ .apps.postgres.port }}'
name: etherpad
user: etherpad
defaultSecrets:
- key: adminPassword
- key: dbPassword
- key: dbUrl
default: 'postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host }}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable'
requiredSecrets:
- postgres.password