Removed exposed debug port 6000 in SDC 97/94897/1
authorr.bogacki <r.bogacki@samsung.com>
Tue, 3 Sep 2019 08:34:12 +0000 (10:34 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Wed, 4 Sep 2019 08:30:22 +0000 (08:30 +0000)
Removed exposed port 6000 by JDWP in sdc-fe

Issue-ID: OJSI-77
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I9bfad007983510a8b877731fd35bffcf16590086
(cherry picked from commit fce96df6504488b7de1a71b75ecfd1d9272dfdfd)

kubernetes/sdc/charts/sdc-fe/values.yaml

index fba4c56..d3ea244 100644 (file)
@@ -32,7 +32,7 @@ image: onap/sdc-frontend:1.5.1
 pullPolicy: Always
 
 config:
-  javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=6000,server=y,suspend=n -Xmx256m -Xms256m"
+  javaOptions: "-Xmx256m -Xms256m"
   plugins:
     dcae_discovery_url: "http://sdc-dcae-fe:8183/dcaed/#/home"
     dcae_source_url: "http://sdc.dcae.plugin.simpledemo.onap.org:30263/dcaed/#/home"