-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
95 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,60 @@ | ||
# mautic | ||
|
||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) | ||
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) | ||
|
||
A Helm chart for Kubernetes | ||
A Helm chart for Mautic, a marketing automation tool | ||
|
||
## TL;DR; | ||
**Homepage:** <https://www.mautic.org/> | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Yann-J | <yann.jouanique@gmail.com> | | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/one-acre-fund/oaf-public-charts/tree/main/charts/mautic> | ||
|
||
## TL;DR | ||
|
||
[Mautic](https://www.mautic.org/) is an open-source marketing campaign automation tool. | ||
|
||
```console | ||
$ helm repo add one-acre-fund https://one-acre-fund.github.io/oaf-public-charts | ||
$ helm install my-release one-acre-fund/kobotoolbox | ||
$ helm install my-release one-acre-fund/mautic | ||
``` | ||
|
||
## Requirements | ||
|
||
| Repository | Name | Version | | ||
|------------|------|---------| | ||
| https://charts.bitnami.com/bitnami | mariadb | ~11.4.6 | | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| affinity | object | `{}` | | | ||
| extraEnvs | object | `{}` | See https://hub.docker.com/r/mautic/mautic | | ||
| extraEnvs | object | `{}` | Dictionary of env vars, see https://hub.docker.com/r/mautic/mautic for possible values | | ||
| extraSecretEnvs | object | `{}` | Same as `extraEnvs` but passed as a secret | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repository | string | `"mautic/mautic"` | | | ||
| image.tag | string | `"v4-apache"` | | | ||
| imagePullSecrets | list | `[]` | | | ||
| ingress.annotations."kubernetes.io/tls-acme" | string | `"true"` | | | ||
| ingress.enabled | bool | `true` | | | ||
| ingress.hosts[0].host | string | `"mautic.example.com"` | | | ||
| ingress.hosts[0].paths[0] | string | `"/"` | | | ||
| ingress.tls | list | `[]` | | | ||
| mariadb.auth.database | string | `"mautic"` | | | ||
| mariadb.enabled | bool | `true` | | | ||
| ingress | object | see `values.yaml` | Ingress definition | | ||
| ingress.enabled | bool | `true` | Enable ingress? | | ||
| mariadb | object | see `values.yaml` | Mariadb subchart configuration, see https://artifacthub.io/packages/helm/bitnami/mariadb for docs | | ||
| mariadb.enabled | bool | `true` | Enable Mariadb chart? | | ||
| nodeSelector | object | `{}` | | | ||
| replicaCount | int | `1` | | | ||
| persistence.existingClaim | string | `""` | | | ||
| probes | object | See `values.yaml` | Probes definitions | | ||
| replicaCount | int | `1` | __WARNING__: if using multiple nodes, you will need to use a ReadWriteMany storage class | | ||
| resources | object | `{}` | | | ||
| service.port | int | `80` | | | ||
| service.type | string | `"ClusterIP"` | | | ||
| strategy.type | string | `"Recreate"` | Since we are mounting a volume, using Recreate to avoid double-mounting | | ||
| tolerations | list | `[]` | | | ||
| tolerations | list | `[]` | | | ||
| volume.enabled | bool | `true` | | | ||
| volume.spec.accessModes[0] | string | `"ReadWriteOnce"` | | | ||
| volume.spec.resources.requests.storage | string | `"1Gi"` | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters