-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimple.yaml
More file actions
47 lines (47 loc) · 987 Bytes
/
simple.yaml
File metadata and controls
47 lines (47 loc) · 987 Bytes
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
---
apiVersion: druid.stackable.tech/v1alpha1
kind: DruidCluster
metadata:
name: simple-druid
namespace: default
uid: test-uid
spec:
image:
productVersion: 35.0.1
clusterConfig:
deepStorage:
hdfs:
configMapName: simple-hdfs
directory: /druid
metadataStorageDatabase:
dbType: postgresql
connString: jdbc:postgresql://druid-postgresql/druid
host: druid-postgresql
port: 5432
credentialsSecret: mySecret
zookeeperConfigMapName: psql-druid-znode
additionalExtensions:
- druid-avro-extensions
- druid-azure-extensions
- druid-histogram
- druid-avro-extensions
brokers:
roleGroups:
default:
replicas: 1
coordinators:
roleGroups:
default:
replicas: 1
historicals:
roleGroups:
default:
replicas: 1
middleManagers:
roleGroups:
default:
replicas: 1
routers:
roleGroups:
default:
replicas: 1