Files
wild-directory/pretix/versions/2026/manifest.yaml

32 lines
642 B
YAML

version: 2026.5.1-2
requires:
- name: postgres
- name: redis
- name: smtp
defaultConfig:
namespace: pretix
domain: pretix.{{ .cloud.domain }}
storage: 2Gi
currency: EUR
timezone: UTC
db:
host: '{{ .apps.postgres.host }}'
port: '{{ .apps.postgres.port }}'
name: pretix
user: pretix
redis:
host: '{{ .apps.redis.host }}'
port: '6379'
smtp:
host: '{{ .apps.smtp.host }}'
port: '{{ .apps.smtp.port }}'
from: '{{ .apps.smtp.from }}'
user: '{{ .apps.smtp.user }}'
defaultSecrets:
- key: dbPassword
- key: djangoSecret
- key: smtpPassword
requiredSecrets:
- postgres.password
- redis.password