Skip to content

leherkom/helm-smtp4dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart for smtp4dev

License version release

Introduction

This Helm chart installs smtp4dev in a Kubernetes cluster. This repository is largely based off of IMIO's helm-smtp4dev repository, but includes some changes for running the smtp4dev server on a port other than 25.

Prerequisites

  • Kubernetes cluster 1.19+
  • Helm 3.0.0+
  • PV provisioner support in the underlying infrastructure (Optional)

Installation

Add Helm repository

helm repo add leherkom-smtp4dev https://leherkom.github.io/helm-smtp4dev
helm repo update

Configure the chart

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.

Install the chart

helm install [RELEASE_NAME] leherkom/smtp4dev

or by cloning this repository:

git clone https://github.com/leherkom/helm-smtp4dev.git
cd helm-smtp4dev
helm install smtp4dev . -f values.yaml --namespace smtp4dev --create-namespace

Configuration

The following table lists the configurable parameters of the smtp4dev chart and the default values.

See the values.yaml file for more information.

Contributing

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.

License

Apache License 2.0

About

Helm Chart for smtp4dev

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors