Skip to content

Commit 906f672

Browse files
committed
add supporting file
1 parent 968b804 commit 906f672

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: networking.k8s.io/v1
2+
kind: NetworkPolicy
3+
metadata:
4+
name: access-nginx
5+
spec:
6+
podSelector:
7+
matchLabels:
8+
app: nginx
9+
ingress:
10+
- from:
11+
- podSelector:
12+
matchLabels:
13+
access: "true"

0 commit comments

Comments
 (0)