We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d250e commit 028be1bCopy full SHA for 028be1b
chactos/tidb-operator.json
@@ -1,10 +1,20 @@
1
{
2
"application_selector": {
3
- "labelSelectors": {"app.kubernetes.io/instance": "test-cluster"}
+ "labelSelectors": {
4
+ "app.kubernetes.io/instance": "test-cluster"
5
+ }
6
+ },
7
+ "priority_application_selector": {
8
9
10
11
},
12
"operator_selector": {
- "labelSelectors": {"instance": "tidb-operator"}
13
14
+ "instance": "tidb-operator"
15
16
17
"application_pod_prefix": "test-cluster-",
- "application_data_dir": "/tmp/tikv/store"
18
+ "application_data_dir": "/tmp/tikv/store",
19
+ "pod_failure_ratio": 0.1
20
}
0 commit comments