blob: beb774b4a99d5ab25764e6f66f37263d222e1773 (
plain)
1
2
3
4
5
6
7
8
9
|
notifications:
pollingIntervalMsec: 2000
selectionSize: 100
beHost: <%= node['ONBOARDING_BE_VIP'] %>
<% if node[:disableHttp] -%>
beHttpPort: <%= node['ONBOARDING_BE'][:https_port] %>
<% else %>
beHttpPort: <%= node['ONBOARDING_BE'][:http_port] %>
<% end -%>
|