fix: Allow egress to cache.nixos.org

This commit is contained in:
2025-08-20 11:48:39 +02:00
parent 8ddab97d97
commit 4c89072b3c
@@ -0,0 +1,12 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-cache-nixos
namespace: ncps
spec:
egress:
- toFQDNs:
- matchPattern: 'cache.nixos.org'
endpointSelector:
matchLabels:
app.kubernetes.io/name: nix-cache