diff options
author | ChrisC <christophe.closset@intl.att.com> | 2021-03-16 14:12:46 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-03-16 21:14:15 +0000 |
commit | 425040c807f03eaae14b3c02708533f4f546d9c6 (patch) | |
tree | 025bb3369fb53966739e9dcfdda9973b7358eb0f /catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates | |
parent | c094ebe82e4e9797c4ee20c5e14bf293f7c193c4 (diff) |
Remove unused dcae-be healthcheck
Remove DCAE-DS backend Healthchecks that are noisy in the logs
DCAE-DS was sunset in G release
Issue-ID: SDC-3514
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Iad9d6738ec813be9b87766ed189deda34e711ab1
Diffstat (limited to 'catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates')
-rw-r--r-- | catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-configuration.yaml.erb | 13 |
1 files changed, 1 insertions, 12 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 688bdedb3c..4b371959d5 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 @@ -63,18 +63,7 @@ onboarding: portBe: <%= node['ONBOARDING_BE'][:http_port] %> <% end -%> -dcae: - host: <%= @dcae_fe_vip %> - <% if node[:disableHttp] -%> - protocol: https - port: <%= node['DCAE']['FE'][:https_port] %> - <% else %> - protocol: http - port: <%= node['DCAE']['FE'][:http_port] %> - <% end -%> - healthCheckUri: "/dcaed/healthCheck" - -identificationHeaderFields: +identificationHeaderFields: - - &HTTP_IV_USER HTTP_IV_USER - &iv-user iv-user |