File tree Expand file tree Collapse file tree
nifi-kafka-druid-superset-s3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : druid
66spec :
77 image :
8- productVersion : 35 .0.1
8+ productVersion : 37 .0.0
99 clusterConfig :
1010 zookeeperConfigMapName : druid-znode
1111 metadataDatabase :
@@ -20,11 +20,16 @@ spec:
2020 bucketName : demo
2121 connection :
2222 inline :
23- host : minio
23+ host : minio.{{ NAMESPACE }}.svc.cluster.local
2424 port : 9000
2525 accessStyle : Path
2626 credentials :
2727 secretClass : druid-s3-credentials
28+ tls :
29+ verification :
30+ server :
31+ caCert :
32+ secretClass : tls
2833 baseKey : data
2934 brokers :
3035 roleConfig :
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ stacks:
277277 - minio
278278 - s3
279279 manifests :
280- - helmChart : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/minio.yaml
280+ - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/minio-tls/rendered-chart .yaml
281281 - helmChart : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-druid.yaml
282282 - helmChart : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-superset.yaml
283283 - plainYaml : https://raw.githubusercontent.com/stackabletech/demos/main/stacks/nifi-kafka-druid-superset-s3/zookeeper.yaml
You can’t perform that action at this time.
0 commit comments