Adds etherpad app.
This commit is contained in:
22
etherpad/versions/2/manifest.yaml
Normal file
22
etherpad/versions/2/manifest.yaml
Normal 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
|
||||
Reference in New Issue
Block a user