File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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 44Apache Druid offers a web UI and an API, both are exposed by the `router` role.
55The `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
99for specific roles:
1010
1111[source,yaml]
You can’t perform that action at this time.
0 commit comments