Skip to content

Commit

Permalink
VerticalSplitClone no longer supports -min_rdonly_healthy_tablets, al…
Browse files Browse the repository at this point in the history
…lows -min_rdonly_tablets

Signed-off-by: ChrisR <radsurfer@gmail.com>
  • Loading branch information
chrisrgithub committed Dec 5, 2019
1 parent 1243100 commit 20be237
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions helm/203_vertical_split.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
topology:
cells:
- name: "zone1"
etcd:
replicas: 1
vtctld:
replicas: 1
vtgate:
replicas: 1
mysqlProtocol:
enabled: true
authType: "none"
keyspaces:
- name: "commerce"
shards:
- name: "0"
tablets:
- type: "replica"
vttablet:
replicas: 2
- type: "rdonly"
vttablet:
replicas: 1
- name: "customer"
shards:
- name: "0"
tablets:
- type: "replica"
vttablet:
replicas: 2
- type: "rdonly"
vttablet:
replicas: 1

jobs:
- name: "vertical-split"
kind: "vtworker"
cell: "zone1"
command: "VerticalSplitClone -min_rdonly_tablets=1 -tables=customer,corder customer/0"

etcd:
replicas: 1
resources:

vtctld:
serviceType: "NodePort"
resources:

vtgate:
serviceType: "NodePort"
resources:

vttablet:
mysqlSize: "test"
resources:
mysqlResources:

vtworker:
resources:

pmm:
enabled: false

orchestrator:
enabled: false

0 comments on commit 20be237

Please sign in to comment.