15 lines
304 B
YAML
15 lines
304 B
YAML
|
apiVersion: networking.k8s.io/v1
|
||
|
kind: NetworkPolicy
|
||
|
metadata:
|
||
|
creationTimestamp: null
|
||
|
name: default
|
||
|
spec:
|
||
|
ingress:
|
||
|
- from:
|
||
|
- podSelector:
|
||
|
matchLabels:
|
||
|
io.kompose.network/default: "true"
|
||
|
podSelector:
|
||
|
matchLabels:
|
||
|
io.kompose.network/default: "true"
|