github.phpd.cn/cilium/cilium@v1.6.12/test/runtime/manifests/Policies-cassandra-allow-all.json (about)

     1  [ {
     2      "endpointSelector": {"matchLabels":{"id.cass-server":""}},
     3      "ingress": [ {
     4            "toPorts": [{
     5                    "ports": [{"port": "9042", "protocol": "TCP"}],
     6                          "rules": {
     7                                  "l7proto": "cassandra",
     8                                  "l7": [{}]
     9                          }
    10                  }]
    11            } ]
    12  }]