Externalize networking (welcome Wild Central!)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user