-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsegment_cache.yaml
More file actions
59 lines (59 loc) · 1.27 KB
/
segment_cache.yaml
File metadata and controls
59 lines (59 loc) · 1.27 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
55
56
57
58
59
---
apiVersion: druid.stackable.tech/v1alpha1
kind: DruidCluster
metadata:
name: test-resource-merge
namespace: default
uid: test-resource-merge
spec:
image:
productVersion: 35.0.1
clusterConfig:
deepStorage:
s3:
bucket:
inline:
bucketName: druid
connection:
inline:
host: minio-druid
port: 9000
accessStyle: Path
credentials:
secretClass: druid-s3-credentials
metadataStorageDatabase:
dbType: postgresql
connString: jdbc:postgresql://druid-postgresql/druid
host: druid-postgresql
port: 5432
credentialsSecret: mySecret
zookeeperConfigMapName: psql-druid-znode
brokers:
roleGroups:
default:
replicas: 1
coordinators:
roleGroups:
default:
replicas: 1
historicals:
roleGroups:
default:
replicas: 1
secondary:
replicas: 1
config:
resources:
storage:
segmentCache:
freePercentage: 2
emptyDir:
capacity: 5G
middleManagers:
roleGroups:
default:
replicas: 1
routers:
roleGroups:
default:
replicas: 1