https://github.com/imio/helm-smtp4dev
Helm Chart for smtp4dev
https://github.com/imio/helm-smtp4dev
helm helm-chart kubernetes smtp4dev
Last synced: 3 months ago
JSON representation
Helm Chart for smtp4dev
- Host: GitHub
- URL: https://github.com/imio/helm-smtp4dev
- Owner: IMIO
- License: apache-2.0
- Created: 2024-01-12T10:35:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T07:53:59.000Z (9 months ago)
- Last Synced: 2025-01-14T02:43:32.361Z (5 months ago)
- Topics: helm, helm-chart, kubernetes, smtp4dev
- Language: Smarty
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Chart for smtp4dev
[](https://opensource.org/licenses/Apache-2.0)   
## Introduction
This [Helm](https://helm.sh/) chart installs [smtp4dev](https://github.com/rnwood/smtp4dev) in a [Kubernetes](https://kubernetes.io) cluster.
## Prerequisites
- Kubernetes cluster 1.19+
- Helm 3.0.0+
- PV provisioner support in the underlying infrastructure (Optional)## Installation
### Add Helm repository
```bash
helm repo add imio https://imio.github.io/helm-charts
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](values.yaml) before installation.
### Install the chart
```bash
helm install [RELEASE_NAME] imio/smtp4dev
```or by cloning this repository:
```bash
git clone https://github.com/imio/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](values.yaml) file for more information.
## Contributing
Feel free to contribute by making a [pull request](https://github.com/imio/helm-smtp4dev/pull/new/master).
Please read the official [Helm Contribution Guide](https://github.com/helm/charts/blob/master/CONTRIBUTING.md) from Helm for more information on how you can contribute to this Chart.
## License
[Apache License 2.0](/LICENSE)