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