Skip to content

Commit

Permalink
Added tidb-operator.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingsu committed Oct 17, 2024
1 parent e1d250e commit 028be1b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions chactos/tidb-operator.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"application_selector": {
"labelSelectors": {"app.kubernetes.io/instance": "test-cluster"}
"labelSelectors": {
"app.kubernetes.io/instance": "test-cluster"
}
},
"priority_application_selector": {
"labelSelectors": {
"app.kubernetes.io/instance": "test-cluster"
}
},
"operator_selector": {
"labelSelectors": {"instance": "tidb-operator"}
"labelSelectors": {
"instance": "tidb-operator"
}
},
"application_pod_prefix": "test-cluster-",
"application_data_dir": "/tmp/tikv/store"
"application_data_dir": "/tmp/tikv/store",
"pod_failure_ratio": 0.1
}

0 comments on commit 028be1b

Please sign in to comment.