Adds mautic app.

This commit is contained in:
2026-06-19 21:33:11 +00:00
parent 2d0292a69b
commit 2ebbc65dd3
10 changed files with 303 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
version: 7.1.2-2
requires:
- name: mysql
- name: smtp
defaultConfig:
namespace: mautic
externalDnsDomain: '{{ .cloud.domain }}'
domain: mautic.{{ .cloud.domain }}
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
siteUrl: https://mautic.{{ .cloud.domain }}
adminEmail: '{{ .operator.email }}'
db:
host: '{{ .apps.mysql.host }}'
port: "3306"
name: mautic
user: mautic
smtp:
host: '{{ .apps.smtp.host }}'
port: '{{ .apps.smtp.port }}'
user: '{{ .apps.smtp.user }}'
from: '{{ .apps.smtp.from }}'
defaultSecrets:
- key: dbPassword
- key: adminPassword
requiredSecrets:
- mysql.rootPassword
- smtp.password