Files
wild-directory/pixelfed/versions/0/manifest.yaml

32 lines
752 B
YAML

version: 0.12.7-2
requires:
- name: postgres
- name: redis
- name: smtp
defaultConfig:
namespace: pixelfed
domain: pixelfed.{{ .cloud.domain }}
storage: 2Gi
db:
host: '{{ .apps.postgres.host }}'
port: '{{ .apps.postgres.port }}'
name: pixelfed
user: pixelfed
redis:
host: '{{ .apps.redis.host }}'
smtp:
host: '{{ .apps.smtp.host }}'
port: '{{ .apps.smtp.port }}'
from: '{{ .apps.smtp.from }}'
user: '{{ .apps.smtp.user }}'
defaultSecrets:
- key: appKey
- key: dbPassword
- key: dbUrl
default: postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host
}}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable
- key: smtpPassword
requiredSecrets:
- postgres.password
- redis.password