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,12 +1,10 @@
version: 5.2.3-3
version: 5.2.3-4
requires:
- name: postgres
- name: smtp
- name: postgres
- name: smtp
defaultConfig:
namespace: mobilizon
externalDnsDomain: '{{ .cloud.domain }}'
domain: mobilizon.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
instanceName: Mobilizon
instanceEmail: '{{ .operator.email }}'
@@ -21,10 +19,10 @@ defaultConfig:
user: '{{ .apps.smtp.user }}'
from: '{{ .apps.smtp.from }}'
defaultSecrets:
- key: dbPassword
- key: secretKeyBase
- key: secretKey
- key: smtpPassword
- key: dbPassword
- key: secretKeyBase
- key: secretKey
- key: smtpPassword
requiredSecrets:
- postgres.password
- smtp.password
- postgres.password
- smtp.password