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

     1  apiVersion: chaos-mesh.org/v1alpha1
     2  kind: Schedule
     3  metadata:
     4    name: network-loss-dataflow
     5    labels:
     6      app: network-loss-dataflow
     7  spec:
     8    schedule: 2-59/6 * * * *
     9    type: NetworkChaos
    10    historyLimit: 5
    11    concurrencyPolicy: Forbid
    12    networkChaos:
    13      action: loss
    14      mode: one
    15      selector:
    16        pods:
    17          default:
    18          - chaos-server-master-0
    19          - chaos-server-master-1
    20          - chaos-server-master-2
    21          - chaos-executor-0
    22          - chaos-executor-1
    23          - chaos-executor-2
    24          - chaos-executor-3
    25      loss:
    26        loss: "25"
    27        correlation: "25"
    28      duration: 30s