Skip to content

Commit

Permalink
added network policy
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Feb 25, 2024
1 parent 3cb3a24 commit 0e2bdbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 11 additions & 0 deletions resources/broken-rbac/network-policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: default-deny-all
namespace: diego
spec:
podSelector: {}
policyTypes:
- Ingress
- Egress
5 changes: 0 additions & 5 deletions resources/broken-rbac/service-account.yaml

This file was deleted.

0 comments on commit 0e2bdbb

Please sign in to comment.