File tree Expand file tree Collapse file tree 8 files changed +26
-10
lines changed
docs/modules/druid/examples/getting_started Expand file tree Collapse file tree 8 files changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ spec:
2323 default :
2424 replicas : 1
2525 roleConfig :
26- listenerClass : external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
26+ listenerClass : external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
2727 coordinators :
2828 roleGroups :
2929 default :
3030 replicas : 1
3131 roleConfig :
32- listenerClass : external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
32+ listenerClass : external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
3333 historicals :
3434 roleGroups :
3535 default :
4343 default :
4444 replicas : 1
4545 roleConfig :
46- listenerClass : external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
46+ listenerClass : external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
4747---
4848apiVersion : v1
4949kind : Secret
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ spec:
2323 default:
2424 replicas: 1
2525 roleConfig:
26- listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
26+ listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
2727 coordinators:
2828 roleGroups:
2929 default:
3030 replicas: 1
3131 roleConfig:
32- listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
32+ listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
3333 historicals:
3434 roleGroups:
3535 default:
4343 default:
4444 replicas: 1
4545 roleConfig:
46- listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
46+ listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
4747---
4848apiVersion: v1
4949kind: Secret
Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ echo "Installing PostgreSQL for Druid"
9898# tag::helm-install-postgres[]
9999helm install postgresql-druid oci://registry-1.docker.io/bitnamicharts/postgresql \
100100 --version 16.5.0 \
101+ --set image.repository=bitnamilegacy/postgresql \
102+ --set volumePermissions.image.repository=bitnamilegacy/os-shell \
103+ --set metrics.image.repository=bitnamilegacy/postgres-exporter \
104+ --set global.security.allowInsecureImages=true \
101105 --set auth.database=druid \
102106 --set auth.username=druid \
103107 --set auth.password=druid \
Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ echo "Installing PostgreSQL for Druid"
9898# tag::helm-install-postgres[]
9999helm install postgresql-druid oci://registry-1.docker.io/bitnamicharts/postgresql \
100100 --version {{ versions.postgresql }} \
101+ --set image.repository=bitnamilegacy/postgresql \
102+ --set volumePermissions.image.repository=bitnamilegacy/os-shell \
103+ --set metrics.image.repository=bitnamilegacy/postgres-exporter \
104+ --set global.security.allowInsecureImages=true \
101105 --set auth.database=druid \
102106 --set auth.username=druid \
103107 --set auth.password=druid \
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ spec:
1111 zookeeperConfigMapName : simple-hdfs-znode
1212 nameNodes :
1313 config :
14- listenerClass : external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
14+ listenerClass : external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
1515 roleGroups :
1616 default :
1717 replicas : 2
1818 dataNodes :
1919 config :
20- listenerClass : external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
20+ listenerClass : external-unstable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
2121 roleGroups :
2222 default :
2323 replicas : 1
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ spec:
1111 zookeeperConfigMapName: simple-hdfs-znode
1212 nameNodes:
1313 config:
14- listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
14+ listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
1515 roleGroups:
1616 default:
1717 replicas: 2
1818 dataNodes:
1919 config:
20- listenerClass: external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
20+ listenerClass: external-unstable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
2121 roleGroups:
2222 default:
2323 replicas: 1
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ And setup the Postgres database:
77
88 helm install druid bitnami/postgresql \
99 --version=11 \
10+ --set image.repository=bitnamilegacy/postgresql \
11+ --set volumePermissions.image.repository=bitnamilegacy/os-shell \
12+ --set metrics.image.repository=bitnamilegacy/postgres-exporter \
13+ --set global.security.allowInsecureImages=true \
1014 --set auth.username=druid \
1115 --set auth.password=druid \
1216 --set auth.database=druid
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ And setup the Postgres database:
77
88 helm install druid bitnami/postgresql \
99 --version=11 \
10+ --set image.repository=bitnamilegacy/postgresql \
11+ --set volumePermissions.image.repository=bitnamilegacy/os-shell \
12+ --set metrics.image.repository=bitnamilegacy/postgres-exporter \
13+ --set global.security.allowInsecureImages=true \
1014 --set auth.username=druid \
1115 --set auth.password=druid \
1216 --set auth.database=druid
You can’t perform that action at this time.
0 commit comments