github.com/form3tech-oss/cilium@v1.6.3/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  }]