mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 12:39:56 +00:00
fix(ingress-nginx): allow Let's Encrypt egress traffic
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user