github.com/elfadel/cilium@v1.6.12/test/k8sT/manifests/fqdn-proxy-policy.yaml (about)

     1  apiVersion: "cilium.io/v2"
     2  kind: CiliumNetworkPolicy
     3  description: "fqdn-proxy-policy.yaml"
     4  metadata:
     5    name: "fqdn-proxy-policy.yaml"
     6  spec:
     7    endpointSelector:
     8      matchLabels:
     9        id: app2
    10    egress:
    11    - toPorts:
    12      - ports:
    13        - port: '53'
    14          protocol: ANY
    15        rules:
    16          dns:
    17          - matchPattern: "*"
    18    - toFQDNs:
    19      - matchPattern: "world1.cilium.test"