-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcluster-clickhouse.yaml
48 lines (45 loc) · 1.01 KB
/
cluster-clickhouse.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
metadata:
clusterName: 1trc-clickhouse
clusterConfigDir: "./clickhouse/cluster/config"
pulumi:
orgName: kubox-ai
projectName: 1trc
dryRun: false
gitOps:
directoryName: "./clickhouse/cluster"
tags:
- key: "Environment"
value: "dev"
aws:
region: "us-east-1"
nodes:
- vmType: t3.2xlarge
count: 1
role: control-plane
spotInstance: false
- vmType: i3.large
count: 1
role: worker
awsIAMInstanceProfile: KuboxEC2InstanceRole
spotInstance: false
labels:
nodetype: notebook
- vmType: t3.2xlarge
count: 1
role: worker
awsIAMInstanceProfile: KuboxEC2InstanceRole
spotInstance: false
labels:
nodetype: zookeeper
- vmType: c7g.12xlarge
count: 8
role: worker
awsIAMInstanceProfile: KuboxEC2InstanceRole
awsAMI: ami-0213dd9bb9b9aa280
spotInstance: false
labels:
nodetype: data
taints:
- key: datanode
value: true
effect: NoExecute