Skip to content

Commit 028be1b

Browse files
author
yimingsu
committed
Added tidb-operator.json
1 parent e1d250e commit 028be1b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

chactos/tidb-operator.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
{
22
"application_selector": {
3-
"labelSelectors": {"app.kubernetes.io/instance": "test-cluster"}
3+
"labelSelectors": {
4+
"app.kubernetes.io/instance": "test-cluster"
5+
}
6+
},
7+
"priority_application_selector": {
8+
"labelSelectors": {
9+
"app.kubernetes.io/instance": "test-cluster"
10+
}
411
},
512
"operator_selector": {
6-
"labelSelectors": {"instance": "tidb-operator"}
13+
"labelSelectors": {
14+
"instance": "tidb-operator"
15+
}
716
},
817
"application_pod_prefix": "test-cluster-",
9-
"application_data_dir": "/tmp/tikv/store"
18+
"application_data_dir": "/tmp/tikv/store",
19+
"pod_failure_ratio": 0.1
1020
}

0 commit comments

Comments
 (0)