changed env. variable server.port for dmi-stub 64/142464/1
authorhalil.cakal <halil.cakal@est.tech>
Fri, 21 Nov 2025 13:21:18 +0000 (13:21 +0000)
committerhalil.cakal <halil.cakal@est.tech>
Fri, 21 Nov 2025 13:21:41 +0000 (13:21 +0000)
- 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 <halil.cakal@est.tech>
dmi-stub/dmi-stub-service/src/main/resources/application.yml

index 65a1bec..f384511 100644 (file)
@@ -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: