Fix resources isues 5
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
# Global DNS configuration for DNSSEC validation
|
||||
global:
|
||||
# Using Unbound DNS resolver directly for DNSSEC validation
|
||||
# Unbound service is available at unbound-dns.bakery-ia.svc.cluster.local
|
||||
# Using Kubernetes CoreDNS with DNS-over-TLS for DNSSEC validation
|
||||
# CoreDNS is configured to forward external queries to Cloudflare (tls://1.1.1.1)
|
||||
# DNS server IP will be dynamically resolved during deployment
|
||||
# custom_dns_servers: "" # Will be set dynamically by deployment script
|
||||
|
||||
@@ -230,6 +230,5 @@ networkPolicy:
|
||||
|
||||
# DNS Policy Configuration
|
||||
# Use Kubernetes DNS (ClusterFirst) for internal service resolution
|
||||
# DNSSEC validation for email is handled by rspamd component
|
||||
# Note: For production with DNSSEC needs, configure CoreDNS to forward to Unbound
|
||||
# DNSSEC validation is provided by CoreDNS with DNS-over-TLS (Cloudflare)
|
||||
dnsPolicy: "ClusterFirst"
|
||||
Reference in New Issue
Block a user