Skip to content

Commit 2844f74

Browse files
Update seaweedfs-networkpolicy.yaml
Signed-off-by: Julius von Kohout <[email protected]>
1 parent ce7af9e commit 2844f74

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

experimental/seaweedfs/base/seaweedfs/seaweedfs-networkpolicy.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
apiVersion: networking.k8s.io/v1
22
kind: NetworkPolicy
3+
metadata:
4+
name: allow-same-namespace-seaweedfs
5+
namespace: kubeflow
6+
spec:
7+
podSelector: {}
8+
ingress:
9+
- from:
10+
- podSelector: {}
11+
policyTypes:
12+
- Ingress
13+
---
14+
apiVersion: networking.k8s.io/v1
15+
kind: NetworkPolicy
316
metadata:
417
name: seaweedfs
518
spec:

0 commit comments

Comments
 (0)