github.com/cilium/cilium@v1.16.2/test/k8s/manifests/echo-svc_v6.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 name: echo-ipv6 5 spec: 6 ipFamilies: 7 - IPv6 8 type: NodePort 9 ports: 10 - name: http 11 port: 80 12 protocol: TCP 13 - name: tftp 14 port: 69 15 protocol: UDP 16 selector: 17 name: echo