fix: Allow egress to cache.nixos.org
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user