github.com/cilium/cilium@v1.16.2/test/k8s/manifests/external_pod.yaml (about) 1 apiVersion: v1 2 kind: Pod 3 metadata: 4 name: toservices 5 labels: 6 zgroup: external 7 test: toservices 8 spec: 9 containers: 10 - name: app-reach-services 11 image: quay.io/cilium/demo-client:1.0 12 imagePullPolicy: IfNotPresent 13 command: [ "bash", "-c", "while true; do sleep 5; done" ]