-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdruid.yaml
More file actions
54 lines (54 loc) · 1.36 KB
/
druid.yaml
File metadata and controls
54 lines (54 loc) · 1.36 KB
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
49
50
51
52
53
54
---
apiVersion: druid.stackable.tech/v1alpha1
kind: DruidCluster
metadata:
name: simple-druid
spec:
image:
productVersion: 35.0.1
clusterConfig:
zookeeperConfigMapName: simple-druid-znode
deepStorage:
hdfs:
configMapName: simple-hdfs
directory: /druid
metadataStorageDatabase:
dbType: postgresql
connString: jdbc:postgresql://postgresql-druid/druid
host: postgresql-druid
port: 5432
credentialsSecret: druid-db-credentials
brokers:
roleGroups:
default:
replicas: 1
roleConfig:
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
coordinators:
roleGroups:
default:
replicas: 1
roleConfig:
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
historicals:
roleGroups:
default:
replicas: 1
middleManagers:
roleGroups:
default:
replicas: 1
routers:
roleGroups:
default:
replicas: 1
roleConfig:
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
---
apiVersion: v1
kind: Secret
metadata:
name: druid-db-credentials
stringData:
username: druid
password: druid