github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/engine/chaos/manifests/cases.yaml (about)

     1  apiVersion: batch/v1
     2  kind: Job
     3  metadata:
     4    name: chaos-test-case
     5  spec:
     6    template:
     7      spec:
     8        containers:
     9          - name: chaos-test-case
    10            image: dataflow:chaos
    11            imagePullPolicy: IfNotPresent
    12            command:
    13              - "/tiflow-chaos-case"
    14              - "--config-dir=/engine-conf"
    15              - "--duration=20m"
    16        restartPolicy: Never
    17    backoffLimit: 0 # fail immediately