|
1 | 1 | # docker-mailserver |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | Docker Mailserver based on the famous ISPMail guide. All images are based on Alpine Linux and are so small as possible. |
6 | 6 |
|
@@ -104,6 +104,12 @@ Docker Mailserver based on the famous ISPMail guide. All images are based on Alp |
104 | 104 | | filter.sidecars | list | `[]` | | |
105 | 105 | | filter.tolerations | list | `[]` | | |
106 | 106 | | filter.topologySpreadConstraints | list | `[]` | | |
| 107 | +| filter.unbound.image.digest | string | `""` | | |
| 108 | +| filter.unbound.image.pullPolicy | string | `"IfNotPresent"` | | |
| 109 | +| filter.unbound.image.pullSecrets | list | `[]` | | |
| 110 | +| filter.unbound.image.registry | string | `"docker.io"` | | |
| 111 | +| filter.unbound.image.repository | string | `"mvance/unbound"` | | |
| 112 | +| filter.unbound.image.tag | string | `"1.22.0"` | | |
107 | 113 | | filter.updateStrategy.type | string | `"RollingUpdate"` | | |
108 | 114 | | fullnameOverride | string | `""` | | |
109 | 115 | | global.compatibility.openshift.adaptSecurityContext | string | `"auto"` | | |
@@ -239,6 +245,7 @@ Docker Mailserver based on the famous ISPMail guide. All images are based on Alp |
239 | 245 | | mta.image.repository | string | `"jeboehm/mailserver-mta"` | | |
240 | 246 | | mta.image.tag | string | `"next"` | | |
241 | 247 | | mta.initContainers | list | `[]` | | |
| 248 | +| mta.kind | string | `"StatefulSet"` | | |
242 | 249 | | mta.lifecycleHooks | object | `{}` | | |
243 | 250 | | mta.livenessProbe.enabled | bool | `true` | | |
244 | 251 | | mta.livenessProbe.failureThreshold | int | `5` | | |
@@ -268,7 +275,7 @@ Docker Mailserver based on the famous ISPMail guide. All images are based on Alp |
268 | 275 | | mta.service.annotations | object | `{}` | | |
269 | 276 | | mta.service.clusterIP | string | `""` | | |
270 | 277 | | mta.service.enabled | bool | `false` | | |
271 | | -| mta.service.externalTrafficPolicy | string | `"Cluster"` | | |
| 278 | +| mta.service.externalTrafficPolicy | string | `"Local"` | | |
272 | 279 | | mta.service.extraPorts | list | `[]` | | |
273 | 280 | | mta.service.loadBalancerIP | string | `""` | | |
274 | 281 | | mta.service.loadBalancerSourceRanges | list | `[]` | | |
|
0 commit comments