github.phpd.cn/cilium/cilium@v1.6.12/test/k8sT/manifests/cnp-matchexpressions.yaml (about)

     1  apiVersion: "cilium.io/v2"
     2  kind: CiliumNetworkPolicy
     3  description: "Policy to test matchExpressions key"
     4  metadata:
     5    name: "cnp-matchexpressions"
     6  spec:
     7    endpointSelector:
     8      matchLabels:
     9        id: app1
    10    ingress:
    11    - fromEndpoints:
    12      - matchExpressions:
    13        - {key: 'appSecond', operator: Exists}
    14      toPorts:
    15      - ports:
    16        - port: "80"
    17          protocol: TCP
    18        rules:
    19          http:
    20          - method: "GET"
    21            path: "/public"