File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This page explains how to use the HELM charts for the composition of all containers.
44
5- * Chart ` mariadb ` : Deploys MariaDB pod
6- * Chart ` postfix ` : Deploys Postfix pod
7- * Chart ` amavis ` : Deploys Amavis pod
8- * Chart ` postfixadmin ` : Deploys PostfixAdmin pod
9- * Chart ` roundcube ` : Deploys Roundcube pod
10- * Chart ` mailserver ` : Deploys all of above
11-
125# HOWTO
136
147## Prerequisites
@@ -38,13 +31,13 @@ helm repo add technicalguru https://raw.githubusercontent.com/technicalguru/helm
3831helm repo update
3932```
4033
41- ## Copy the original values file
34+ ## Copy the original values.yaml file
4235
4336Make sure you are working in your home directory (or whatever path you want to work in). Then download
44- the values file e.g. via wget:
37+ the [ ` values.yaml ` ] ( https://raw.githubusercontent.com/technicalguru/helm-repo/master/src/mailserver/values.yaml ) file e.g. via wget:
4538
4639```
47- wget -O my-values.yaml [ https://raw.githubusercontent.com/technicalguru/helm-repo/master/src/mailserver/values.yaml](https://raw.githubusercontent.com/technicalguru/helm-repo/master/src/mailserver/values.yaml)
40+ wget -O my-values.yaml https://raw.githubusercontent.com/technicalguru/helm-repo/master/src/mailserver/values.yaml
4841```
4942
5043## Define you deployment values
You can’t perform that action at this time.
0 commit comments