This Helm chart installs smtp4dev in a Kubernetes cluster.
- Kubernetes cluster 1.19+
- Helm 3.0.0+
- PV provisioner support in the underlying infrastructure (Optional)
helm repo add imio https://imio.github.io/helm-charts
helm repo update
The following items can be set via --set
flag during installation or configured by editing the values.yaml
directly (need to download the chart first).
Feel free to modify the options in the values.yaml file before installation.
helm install [RELEASE_NAME] imio/smtp4dev
or by cloning this repository:
git clone https://github.com/imio/helm-smtp4dev.git
cd helm-smtp4dev
helm install smtp4dev . -f values.yaml --namespace smtp4dev --create-namespace
The following table lists the configurable parameters of the smtp4dev chart and the default values.
See the values.yaml file for more information.
Feel free to contribute by making a pull request.
Please read the official Helm Contribution Guide from Helm for more information on how you can contribute to this Chart.