fix: remove netpol

This commit is contained in:
2025-09-21 22:54:00 +05:00
parent b776cb1ca2
commit f13b6ae615

View File

@@ -71,32 +71,3 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: action-runner app: action-runner
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: action-runner-netpol
namespace: homelab
spec:
podSelector:
matchLabels:
app: action-runner
policyTypes:
- Egress
egress:
- to: []
ports:
- protocol: TCP
port: 443
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: kube-system
podSelector:
matchLabels:
k8s-app: kube-dns
ports:
- protocol: TCP
port: 53
- protocol: UDP
port: 53