You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/docker-mailserver/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,9 +210,6 @@ The following table lists the configurable parameters of the docker-mailserver c
210
210
|`image.tag`| The image tag to use (You may prefer "latest" over "v6.1.0", for example) |`release-v6.1.0`|
211
211
|`demoMode.enabled`| Start the container with a demo "user@example.com" user (password is "password") |`true`|
212
212
|`haproxy.enabled`| Support HAProxy PROXY protocol on SMTP, IMAP(S), and POP3(S) connections. Provides real source IP instead of load balancer IP |`true`|
213
-
|`poorMansK8sLb.enabled`| Whether to deploy containers to call webhook for [poor-mans-k8s-lb](https://www.funkypenguin.co.nz/project/a-simple-free-load-balancer-for-your-kubernetes-cluster/)|`false`|
214
-
|`poorMansK8sLb.webhookUrl`| The webhook to use if [poor-mans-k8s-lb](https://www.funkypenguin.co.nz/project/a-simple-free-load-balancer-for-your-kubernetes-cluster/) is enabled via `poorMansK8sLb.enabled`| None |
215
-
|`poorMansK8sLb.webhookSecret`| The secret to use if [poor-mans-k8s-lb](https://www.funkypenguin.co.nz/project/a-simple-free-load-balancer-for-your-kubernetes-cluster/) is enabled via `poorMansK8sLb.enabled`| None |
216
213
|`haproxy.trustedNetworks`| The IPs (*in space-separated CIDR format*) from which to trust inbound HAProxy-enabled connections |`"10.0.0.0/8 192.168.0.0/16 172.16.0.0/16"`|
217
214
|`spfTestsDisabled`| Disable all SPF-related spam checks (*if source IP of inbound connections is a problem, and you're not using haproxy*) |`false`|
218
215
|`domains`| List of domains to be served |`[]`|
@@ -242,6 +239,8 @@ The following table lists the configurable parameters of the docker-mailserver c
242
239
|`ssl.issuer.kind`| Whether the issuer is namespaced (`Issuer`) on cluster-wide (`ClusterIssuer`) |`ClusterIssuer`|
243
240
|`ssl.dnsname`| DNS domain used for DNS01 validation |`example.com`|
244
241
|`ssl.dns01provider`| The cert-manager DNS01 provider (*more details [coming](https://github.com/funkypenguin/docker-mailserver/issues/6)*) |`cloudflare`|
242
+
| `runtimeClassName` | Optionally, set the pod's [runtimeClass](https://kubernetes.io/docs/concepts/containers/runtime-class/) | `""`
243
+
| `priorityClassName` | Optionally, set the pod's [priorityClass](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/) | `""`
0 commit comments