github.com/fafucoder/cilium@v1.6.11/examples/policies/l3/ingress-allow-all/ingress-allow-all.json (about) 1 [{ 2 "labels": [{"key": "name", "value": "allow-all-to-victim"}], 3 "endpointSelector": {"matchLabels": {"role":"victim"}}, 4 "ingress": [{ 5 "fromEndpoints": [ 6 {"matchLabels":{}} 7 ] 8 }] 9 }]