fix(ingress-nginx): allow Let's Encrypt egress traffic

This commit is contained in:
JJGadgets
2024-09-03 04:19:29 +08:00
parent 2f4bb76b44
commit f7f992bb2d

View File

@@ -104,6 +104,10 @@ spec:
- toFQDNs:
- matchPattern: "*.${DNS_MAIN}"
- matchPattern: "*.${DNS_SHORT}"
# allow Let's Encrypt traffic for e.g. OCSP or CRLs
- toFQDNs:
- matchPattern: "*.lencr.org"
- matchPattern: "*.*.lencr.org"
# DNS proxy to kube-dns, DNS L7 visibility
- toEndpoints:
- matchLabels: