Skip to content

Commit ac4074b

Browse files
committed
fix getting started templates
1 parent 0bd0991 commit ac4074b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/modules/druid/examples/getting_started/druid.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -43,7 +43,7 @@ spec:
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
---
4848
apiVersion: v1
4949
kind: Secret

docs/modules/druid/examples/getting_started/druid.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -43,7 +43,7 @@ spec:
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
---
4848
apiVersion: v1
4949
kind: Secret

docs/modules/druid/examples/getting_started/hdfs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/modules/druid/examples/getting_started/hdfs.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)