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

@@ -2,10 +2,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: mautic
annotations:
external-dns.alpha.kubernetes.io/target: {{ .externalDnsDomain }}
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
external-dns.alpha.kubernetes.io/ttl: "60"
spec:
ingressClassName: traefik
rules:
@@ -19,7 +15,3 @@ spec:
name: mautic
port:
number: 80
tls:
- hosts:
- {{ .domain }}
secretName: {{ .tlsSecretName }}

View File

@@ -1,18 +1,16 @@
version: 7.1.2-2
version: 7.1.2-3
requires:
- name: mysql
- name: smtp
- 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"
port: '3306'
name: mautic
user: mautic
smtp:
@@ -21,8 +19,8 @@ defaultConfig:
user: '{{ .apps.smtp.user }}'
from: '{{ .apps.smtp.from }}'
defaultSecrets:
- key: dbPassword
- key: adminPassword
- key: dbPassword
- key: adminPassword
requiredSecrets:
- mysql.rootPassword
- smtp.password
- mysql.rootPassword
- smtp.password