From: halil.cakal Date: Fri, 21 Nov 2025 13:21:18 +0000 (+0000) Subject: changed env. variable server.port for dmi-stub X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F142464%2F1;p=cps%2Fncmp-dmi-plugin.git changed env. variable server.port for dmi-stub - the env. variable for server.port has been changed to SERVER_PORT since DMI_STUB_SERVER_PORT wasn't binded if minikube used as a kubernetes cluster Issue-ID: CPS-3056 Change-Id: I812fa5d01b3bf23686be0c03dc03e988691a342a Signed-off-by: halil.cakal --- diff --git a/dmi-stub/dmi-stub-service/src/main/resources/application.yml b/dmi-stub/dmi-stub-service/src/main/resources/application.yml index 65a1bec3..f384511b 100644 --- a/dmi-stub/dmi-stub-service/src/main/resources/application.yml +++ b/dmi-stub/dmi-stub-service/src/main/resources/application.yml @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= server: - port: ${DMI_STUB_SERVER_PORT:8092} + port: ${SERVER_PORT:8092} rest: api: