github.com/cilium/cilium@v1.16.2/test/k8s/manifests/demo_v6.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: app1-service-ipv6
     5  spec:
     6    ipFamilies:
     7    - IPv6
     8    ports:
     9    - name: http
    10      port: 80
    11      protocol: TCP
    12    - name: tftp
    13      port: 69
    14      protocol: UDP
    15    selector:
    16      id: app1