aspettl / mailadmin

Domain and account management for small mailserver systems
MIT License
8 stars 0 forks source link

Helm Integration #304

Open abdullahbodur opened 5 days ago

abdullahbodur commented 5 days ago

Hello, Is there any way to combine it with https://github.com/docker-mailserver/docker-mailserver-helm ?

aspettl commented 4 days ago

I see no problems in installing mailadmin and configreload with an extra custom helm chart. A potential issue is that the configreload container needs write access to the mail-config persistent volume claim - so the access mode of that claim needs to be ReadWriteMany (which the actual persistent volume needs to support, so if you use block storage like e.g. an EBS volume on AWS, it would not work directly, but e.g. NFS-based volumes like EFS should be fine).