github.com/fafucoder/cilium@v1.6.11/test/k8sT/manifests/cilium-ds-clean-only.yaml (about)

     1  ---
     2  metadata:
     3    namespace: kube-system
     4  spec:
     5    template:
     6      spec:
     7        containers:
     8        - name: cilium-agent
     9          command: [ "/bin/bash", "-c", "--" ]
    10          args: [ "while true; do sleep 30; done;" ]
    11          livenessProbe:
    12            exec:
    13              command:
    14              - "true"
    15          readinessProbe:
    16            exec:
    17              command:
    18              - "true"