Skip to content

Add dnsPolicy and dnsConfig support to rspamd and webmail#538

Open
Travisivart wants to merge 3 commits into
Mailu:masterfrom
Travisivart:travisivart/add-dns-config
Open

Add dnsPolicy and dnsConfig support to rspamd and webmail#538
Travisivart wants to merge 3 commits into
Mailu:masterfrom
Travisivart:travisivart/add-dns-config

Conversation

@Travisivart
Copy link
Copy Markdown

Similar to what is already done for the admin pod, this PR adds the ability to configure dnsPolicy and dnsConfig for the rspamd and webmail components. This allows users to customize DNS settings for these specific pods, which is useful for environments requiring custom DNS servers, search domains, or options (e.g., tuning ndots).

Example of configuration I needed to get this working on my cluster:

rspamd:
  dnsPolicy: "ClusterFirst"
  dnsConfig:
    options:
      - name: ndots
        value: "1"
      - name: single-request-reopen

@github-actions github-actions Bot added area/charts Changes made in the charts directory area/docs Changes made in the docs files labels Dec 31, 2025
@Travisivart Travisivart force-pushed the travisivart/add-dns-config branch from 45bd27a to e76accf Compare December 31, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/charts Changes made in the charts directory area/docs Changes made in the docs files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant