diff options
Diffstat (limited to 'catalog-fe/sdc-frontend')
-rw-r--r-- | catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb index ea2d9033ab..e4c36ca00b 100644 --- a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb +++ b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb @@ -53,6 +53,12 @@ dcae: <% end -%> healthCheckUri: "/dcae/healthCheck" +dcae: + protocol: http + host: localhost + port: 8181 + healthCheckUri: "/dcae/healthCheck" + identificationHeaderFields: - - &HTTP_IV_USER HTTP_IV_USER @@ -100,3 +106,8 @@ systemMonitoring: kibanaHost: <%= @kb_host_ip %> kibanaPort: 5601 kibanaProtocol: http + +healthStatusExclude: + - DE + - ES + - DMAAP |