Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/modules/druid/examples/getting_started/druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ spec:
default:
replicas: 1
roleConfig:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
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 your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
historicals:
roleGroups:
default:
Expand All @@ -43,7 +43,7 @@ spec:
default:
replicas: 1
roleConfig:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
---
apiVersion: v1
kind: Secret
Expand Down
6 changes: 3 additions & 3 deletions docs/modules/druid/examples/getting_started/druid.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ spec:
default:
replicas: 1
roleConfig:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
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 your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
historicals:
roleGroups:
default:
Expand All @@ -43,7 +43,7 @@ spec:
default:
replicas: 1
roleConfig:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
---
apiVersion: v1
kind: Secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ echo "Installing PostgreSQL for Druid"
# tag::helm-install-postgres[]
helm install postgresql-druid oci://registry-1.docker.io/bitnamicharts/postgresql \
--version 16.5.0 \
--set image.repository=bitnamilegacy/postgresql \
--set volumePermissions.image.repository=bitnamilegacy/os-shell \
--set metrics.image.repository=bitnamilegacy/postgres-exporter \
--set global.security.allowInsecureImages=true \
--set auth.database=druid \
--set auth.username=druid \
--set auth.password=druid \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ echo "Installing PostgreSQL for Druid"
# tag::helm-install-postgres[]
helm install postgresql-druid oci://registry-1.docker.io/bitnamicharts/postgresql \
--version {{ versions.postgresql }} \
--set image.repository=bitnamilegacy/postgresql \
--set volumePermissions.image.repository=bitnamilegacy/os-shell \
--set metrics.image.repository=bitnamilegacy/postgres-exporter \
--set global.security.allowInsecureImages=true \
--set auth.database=druid \
--set auth.username=druid \
--set auth.password=druid \
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/druid/examples/getting_started/hdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ spec:
zookeeperConfigMapName: simple-hdfs-znode
nameNodes:
config:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
roleGroups:
default:
replicas: 2
dataNodes:
config:
listenerClass: external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-unstable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
roleGroups:
default:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/druid/examples/getting_started/hdfs.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ spec:
zookeeperConfigMapName: simple-hdfs-znode
nameNodes:
config:
listenerClass: external-stable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-stable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
roleGroups:
default:
replicas: 2
dataNodes:
config:
listenerClass: external-unstable # This exposes your Stacklet outside of Kubernetes. Remove this configuration if this is not desired
listenerClass: external-unstable # This exposes this role outside of Kubernetes. Remove this configuration if this is not desired
roleGroups:
default:
replicas: 1
Expand Down
4 changes: 4 additions & 0 deletions examples/psql-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ And setup the Postgres database:

helm install druid bitnami/postgresql \
--version=11 \
--set image.repository=bitnamilegacy/postgresql \
--set volumePermissions.image.repository=bitnamilegacy/os-shell \
--set metrics.image.repository=bitnamilegacy/postgres-exporter \
--set global.security.allowInsecureImages=true \
--set auth.username=druid \
--set auth.password=druid \
--set auth.database=druid
Expand Down
4 changes: 4 additions & 0 deletions examples/psql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ And setup the Postgres database:

helm install druid bitnami/postgresql \
--version=11 \
--set image.repository=bitnamilegacy/postgresql \
--set volumePermissions.image.repository=bitnamilegacy/os-shell \
--set metrics.image.repository=bitnamilegacy/postgres-exporter \
--set global.security.allowInsecureImages=true \
--set auth.username=druid \
--set auth.password=druid \
--set auth.database=druid