github.com/fafucoder/cilium@v1.6.11/examples/policies/l4/l4.json (about) 1 [{ 2 "labels": [{"key": "name", "value": "l4-rule"}], 3 "endpointSelector": {"matchLabels":{"app":"myService"}}, 4 "egress": [{ 5 "toPorts": [ 6 {"ports":[ {"port": "80", "protocol": "TCP"}]} 7 ] 8 }] 9 }]