Files
wild-directory/etherpad/versions/2/manifest.yaml

22 lines
524 B
YAML

version: 2.2.7-2
requires:
- name: postgres
defaultConfig:
namespace: etherpad
domain: etherpad.{{ .cloud.domain }}
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