Description
Add a Helm chart so MailCue can be easily deployed on Kubernetes clusters for shared dev/staging environments.
Proposed Solution
- Helm chart in
charts/mailcue/
- Configurable values for all
MAILCUE_* env vars
- PersistentVolumeClaim for mail storage and database
- Optional Ingress resource with TLS
- Health check probes pointing to
/api/v1/health
Why This Matters
Many teams run shared testing infrastructure on Kubernetes. A Helm chart makes MailCue a one-command install for those environments.
Description
Add a Helm chart so MailCue can be easily deployed on Kubernetes clusters for shared dev/staging environments.
Proposed Solution
charts/mailcue/MAILCUE_*env vars/api/v1/healthWhy This Matters
Many teams run shared testing infrastructure on Kubernetes. A Helm chart makes MailCue a one-command install for those environments.