github.com/looshlee/beatles@v0.0.0-20220727174639-742810ab631c/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  }]