Removed exposed debug port 7001 in SDC 02/94902/1
authorr.bogacki <r.bogacki@samsung.com>
Tue, 3 Sep 2019 07:22:43 +0000 (09:22 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Wed, 4 Sep 2019 09:09:08 +0000 (09:09 +0000)
Removed exposed port 7001 by JDWP in sdc-wfd-be

Issue-ID: OJSI-79
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I5ccad4c0d5330bd7e0bffa2cca6b7e3d8ef18f6a
(cherry picked from commit 09dca2aef073f493e63f11198f44246008567597)

kubernetes/sdc/charts/sdc-wfd-be/values.yaml

index 73eea4a..6919637 100644 (file)
@@ -39,7 +39,7 @@ initJob:
   enabled: true
 
 config:
-  javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=7001,server=y,suspend=n -Xmx1536m -Xms1536m"
+  javaOptions: "-Xmx1536m -Xms1536m"
   cassandraAuthenticationEnabled: true
   cassandraThriftClientPort: 9160
   cassandraClientPort: 9042