Delete directory 'overnance'
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
# governance/nginx-compliance.yaml
|
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: NetworkPolicy
|
|
||||||
metadata:
|
|
||||||
name: restrict-nginx-traffic
|
|
||||||
namespace: nginx-web
|
|
||||||
spec:
|
|
||||||
podSelector:
|
|
||||||
matchLabels:
|
|
||||||
app: nginx
|
|
||||||
policyTypes:
|
|
||||||
- Ingress
|
|
||||||
ingress:
|
|
||||||
- from:
|
|
||||||
- podSelector: {} # Solo permite tráfico interno, bloqueando el resto
|
|
||||||
Reference in New Issue
Block a user