@@ -664,6 +664,8 @@ helm uninstall mailu --namespace=mailu-mailserver
664664| ` rspamd.containerSecurityContext.runAsUser ` | Set containers' Security Context runAsUser | ` 1001 ` |
665665| ` rspamd.containerSecurityContext.runAsNonRoot ` | Set container's Security Context runAsNonRoot | ` false ` |
666666| ` rspamd.terminationGracePeriodSeconds ` | In seconds, time given to the pod to terminate gracefully | ` 2 ` |
667+ | ` rspamd.dnsPolicy ` | DNS Policy of the rspamd pod (` Default ` , ` ClusterFirst ` , ` ClusterFirstWithHostNet ` and ` None ` ) | ` "" ` |
668+ | ` rspamd.dnsConfig ` | DNS settings for the rspamd pod | ` {} ` |
667669| ` rspamd.affinity ` | Affinity for rspamd pod assignment | ` {} ` |
668670| ` rspamd.tolerations ` | Tolerations for pod assignment | ` [] ` |
669671| ` rspamd.revisionHistoryLimit ` | Configure the revisionHistoryLimit of the deployment | ` 3 ` |
@@ -797,6 +799,8 @@ helm uninstall mailu --namespace=mailu-mailserver
797799| ` webmail.containerSecurityContext.runAsUser ` | Set containers' Security Context runAsUser | ` 1001 ` |
798800| ` webmail.containerSecurityContext.runAsNonRoot ` | Set container's Security Context runAsNonRoot | ` false ` |
799801| ` webmail.terminationGracePeriodSeconds ` | In seconds, time given to the pod to terminate gracefully | ` 2 ` |
802+ | ` webmail.dnsPolicy ` | DNS Policy of the webmail pod (` Default ` , ` ClusterFirst ` , ` ClusterFirstWithHostNet ` and ` None ` ) | ` "" ` |
803+ | ` webmail.dnsConfig ` | DNS settings for the webmail pod | ` {} ` |
800804| ` webmail.affinity ` | Affinity for webmail pod assignment | ` {} ` |
801805| ` webmail.tolerations ` | Tolerations for pod assignment | ` [] ` |
802806| ` webmail.revisionHistoryLimit ` | Configure the revisionHistoryLimit of the deployment | ` 3 ` |
0 commit comments