Commit d2d063c 1 parent 00330f0 commit d2d063c Copy full SHA for d2d063c
File tree 1 file changed +15
-0
lines changed
kubernetes/ansible/roles/sunbird-monitoring/templates
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,21 @@ services:
149
149
mongo :
150
150
port : 27017
151
151
address : ["{{ groups['mongo'] | join('","') }}"]
152
+ druid-coordinator :
153
+ port : 8081
154
+ address : ["{{ groups['raw-coordinator'] | join('","') }}"]
155
+ druid-broker :
156
+ port : 8082
157
+ address : ["{{ groups['raw-broker'] | join('","') }}"]
158
+ druid-middlemanager :
159
+ port : 8091
160
+ address : ["{{ groups['raw-middlemanager'] | join('","') }}"]
161
+ druid-overlord :
162
+ port : 8090
163
+ address : ["{{ groups['raw-overlord'] | join('","') }}"]
164
+ spark :
165
+ port : 22
166
+ address : ["{{ groups['dp-spark-ps'] | join('","') }}"]
152
167
153
168
{% if additional_blackbox_scrapeconfigs is defined and additional_blackbox_scrapeconfigs %}
154
169
{{ additional_blackbox_scrapeconfigs | to_nice_yaml(indent=2) | indent( width=2) }}
You can’t perform that action at this time.
0 commit comments