File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
docs/modules/druid/examples/getting_started Expand file tree Collapse file tree 4 files changed +10
-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 @@ -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
You can’t perform that action at this time.
0 commit comments