diff options
Diffstat (limited to 'catalog-be/sdc-backend')
-rw-r--r-- | catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb index 4ee5c70f9d..178950729c 100644 --- a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb +++ b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb @@ -573,8 +573,7 @@ dcae: protocol: http port: <%= node['DCAE']['BE'][:http_port] %> <% end -%> - - healthCheckUri: "/dcaed/healthCheck" + healthCheckUri: "/dcae/healthCheck" # #GSS IDNS switchoverDetector: @@ -714,4 +713,4 @@ excludedGroupTypesMapping: healthStatusExclude: - DE - DMAPP - - DCAE
\ No newline at end of file + - DCAE |