github.com/zhyoulun/cilium@v1.6.12/test/k8sT/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: docker.io/cilium/demo-client:latest
    12      imagePullPolicy: IfNotPresent
    13      command: [ "bash", "-c", "while true; do sleep 5; done" ]