Skip to content

Commit 546a990

Browse files
committed
fix docs
1 parent 4d9b8f1 commit 546a990

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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/pages/usage-guide/listenerclass.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Apache Druid offers a web UI and an API, both are exposed by the `router` role.
55
The `broker` and `coordinator` roles expose additional API endpoints.
66

7-
The operator deploys a xref:listener-operator:listener.adoc[Listener] for the the `router`, `broker` and `coordinator` roles.
8-
The listener defaults to only being accessible from within the Kubernetes cluster, but this can be changed by configuring a listener class
7+
The operator deploys a xref:listener-operator:listener.adoc[Listener] for the `router`, `broker` and `coordinator` roles.
8+
The Listener defaults to only being accessible from within the Kubernetes cluster, but this can be changed by configuring a ListenerClass
99
for specific roles:
1010

1111
[source,yaml]

0 commit comments

Comments
 (0)