@@ -27,6 +27,9 @@ imagePullPolicy: &default_pull_policy "IfNotPresent"
2727# $mariadb.volumeType - How is the data volume being connected (hostPath, pvc)
2828# $mariadb.enableAuditLog - enables the mariadb audit plugin
2929# $mariadb.auditFilePath - where to store the audit file (default is the data directory in order to persist automatically)
30+ # $mariadb.additionalTemplateSpec - Add more deployment template specification at this value
31+ # $mariadb.additionalPodSpec - Add more pod specification at this value
32+ # $mariadb.additionalContainerSpec - Add more container specification at this value
3033mariadb :
3134 affinityLabel : *default_affinity_label
3235 environment : *default_environment
@@ -69,6 +72,9 @@ mariadb:
6972# $postfix.tlsCAPath - directory where trusted CA certificates are stored
7073# $postfix.tlsAdminEmail - e-mail of admin to be informed when TLS certificate is about to expire
7174# $postfix.configFiles - definition of additional config files
75+ # $postfix.additionalTemplateSpec - Add more deployment template specification at this value
76+ # $postfix.additionalPodSpec - Add more pod specification at this value
77+ # $postfix.additionalContainerSpec - Add more container specification at this value
7278postfix :
7379 affinityLabel : *default_affinity_label
7480 environment : *default_environment
@@ -100,6 +106,9 @@ postfix:
100106# $amavis.relayPort - relay port for Amavis mail scanning
101107# $amavis.virusAdminEmail - e-mail of admin to be informed when viruses were quarantined
102108# $amavis.configFiles - definition of additional config files
109+ # $amavis.additionalTemplateSpec - Add more deployment template specification at this value
110+ # $amavis.additionalPodSpec - Add more pod specification at this value
111+ # $amavis.additionalContainerSpec - Add more container specification at this value
103112amavis :
104113 affinityLabel : *default_affinity_label
105114 environment : *default_environment
@@ -127,6 +136,9 @@ amavis:
127136# $postfixadmin.hostmasterEmail - e-mail of host responsible
128137# $postfixadmin.postmasterEmail - e-mail of mail responsible
129138# $postfixadmin.webmasterEmail - e-mail of web responsible
139+ # $postfixadmin.additionalTemplateSpec - Add more deployment template specification at this value
140+ # $postfixadmin.additionalPodSpec - Add more pod specification at this value
141+ # $postfixadmin.additionalContainerSpec - Add more container specification at this value
130142postfixadmin :
131143 image :
132144 pullPolicy : *default_pull_policy
@@ -153,6 +165,9 @@ postfixadmin:
153165# $roundcube.smtpServerHostname - hostname to be used for HELO greeting
154166# $roundcube.defaultDomain - The default domain for login users
155167# $roundcube.desKey - a unique 24-char string for your server (required, must not be empty)
168+ # $roundcube.additionalTemplateSpec - Add more deployment template specification at this value
169+ # $roundcube.additionalPodSpec - Add more pod specification at this value
170+ # $roundcube.additionalContainerSpec - Add more container specification at this value
156171roundcube :
157172 image :
158173 pullPolicy : *default_pull_policy
0 commit comments