github.com/fafucoder/cilium@v1.6.11/examples/policies/l4/l3_l4_combined.yaml (about) 1 apiVersion: "cilium.io/v2" 2 kind: CiliumNetworkPolicy 3 metadata: 4 name: "l4-rule" 5 spec: 6 endpointSelector: 7 matchLabels: 8 role: backend 9 ingress: 10 - fromEndpoints: 11 - matchLabels: 12 role: frontend 13 toPorts: 14 - ports: 15 - port: "80" 16 protocol: TCP