Skip to content

audacioustux/mautic-chart

Repository files navigation

Mautic Chart

Open in GitHub Codespaces

Release

Usage

Visit https://audacioustux.github.io/mautic-chart for more information.

Container Images are available at hub.docker.com

Benchmark

K6 Script and report is available in the misc directory.

Mautic Load Test

AWS Aurora ACU Usage AWS Aurora Connections
AWS Aurora ACU Usage AWS Aurora Connections
CPU Usage Memory Usage
CPU Usage Memory Usage

TODO

  • Add GitHub Actions for Container Image Release
  • Add GitHub Actions for Helm Chart Testing
  • Add automated Helm chart documentation generation
  • Add Kubernetes CronJob for Mautic Cron Jobs
    • Use tanjim/mautic:console image for bin/console commands
  • Cache var/tmp and var/cache directories for all pods
    • Tested with nfs/efs - too slow (need to retest)
  • Create chart and container image for every Mautic release
    • Including dev channel
  • Cleanup / Refactor
  • Add docker-compose for non-k8s users