Mailu / helm-charts

Development repo for helm charts
126 stars 130 forks source link

Configure DNSSEC as an optional configuration item, rather than requiring its use #265

Closed magicJie closed 1 year ago

magicJie commented 1 year ago

I know that enabling DNSSEC is a very good security measure, but unfortunately the DNS service provided by my cloud provider does not support it. I tried deploying mailu in k8s using Helm chart, but it's not working properly due to the inability to use DNSSEC. I believe many others will encounter the same issue as well.

delacor commented 1 year ago

Under K8s Rancher wie have COREDNS, which do not support DNSSEC. Using a different resolver and putting it in the same namespace will not work, as you cannot say to the other containers "use ths DNS-resolver instead". I really don't know how I can deploy Mailu now in my rancher-k8s...

nextgens commented 1 year ago

duplicate of #274