Externalize networking (welcome Wild Central!)

This commit is contained in:
2026-07-10 03:49:38 +00:00
parent bb5a76b864
commit dc5518b57f
143 changed files with 691 additions and 1379 deletions

View File

@@ -1,13 +1,11 @@
version: 2026.5.1-1
version: 2026.5.1-2
requires:
- name: postgres
- name: redis
- name: smtp
- name: postgres
- name: redis
- name: smtp
defaultConfig:
namespace: pretix
externalDnsDomain: '{{ .cloud.domain }}'
domain: pretix.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
currency: EUR
timezone: UTC
@@ -25,9 +23,9 @@ defaultConfig:
from: '{{ .apps.smtp.from }}'
user: '{{ .apps.smtp.user }}'
defaultSecrets:
- key: dbPassword
- key: djangoSecret
- key: smtpPassword
- key: dbPassword
- key: djangoSecret
- key: smtpPassword
requiredSecrets:
- postgres.password
- redis.password
- postgres.password
- redis.password