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