add supporting file

pull/44701/head
k0rventen 2024-01-10 20:00:41 +01:00
parent 968b804c1b
commit 906f672421
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: access-nginx
spec:
podSelector:
matchLabels:
app: nginx
ingress:
- from:
- podSelector:
matchLabels:
access: "true"