fix(home-assistant): netpols allow PyPI egress

This commit is contained in:
JJGadgets
2025-01-11 16:18:48 +08:00
parent 4615d9ca36
commit 6fca6c5afb

View File

@@ -343,7 +343,8 @@ spec:
egress.home.arpa/pypi: allow
egress:
- toFQDNs: &dns
- matchPattern: "pypi.org"
- matchName: "pypi.org"
- matchName: "files.pythonhosted.org"
toPorts:
- ports:
- port: "443"