userjack6880 / Open-DMARC-Analyzer

Open DMARC Analyzer is an Open Source DMARC Report Analyzer to be used with DMARC reports that have been parsed by John Levine's rrdmarc script or techsneeze's dmarcts-report-parser.
GNU General Public License v3.0
254 stars 31 forks source link

[Request]: Kubernetes or Helm Chart #111

Open hadifarnoud opened 4 months ago

hadifarnoud commented 4 months ago

deploying on docker is certainly helpful but it would be infinitely better if there was a Helm chart for it as well. I don't have the knowledge to do so but I think having it dockerized is already making it easier to make the helm chart

DeathByMisadventure commented 4 months ago

I whipped up a helm chart for this project, however there isn't a current branch with dockerfile builds, or images built and deployed.

hadifarnoud commented 4 months ago

cool @DeathByMisadventure. can you share? what should I do to use current branch?

why not add the helm chart here in this repo? @userjack6880 would approve I guess

DeathByMisadventure commented 4 months ago

cool @DeathByMisadventure. can you share? what should I do to use current branch?

why not add the helm chart here in this repo? @userjack6880 would approve I guess

I was hoping to add it off a branch that had the dockerfile but that branch is abandoned, so I'm not sure where it could be added. I'll add it here shortly!

DeathByMisadventure commented 4 months ago

https://github.com/DeathByMisadventure/Open-DMARC-Analyzer/tree/version-2-dev-helm is the fork/branch. It's an initial pass and can't test without the docker images available. I need to still look into if an initContainer is needed to initialize the database.