Skip to content

Commit cc7477d

Browse files
authored
chore: helm java_tool_options update (#177)
* fix: cve (#172) * Fix cve * Update CODEOWNERS * Update values-dev.yaml (#174) * New branch (#175) * update prod and uat files
1 parent 95f7ebd commit cc7477d

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

helm/values-prod.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,3 @@ microservice-chart:
5353
-javaagent:/app/applicationinsights-agent.jar
5454
-Dapplicationinsights.configuration.file=/mnt/file-config-external/appinsights-config/applicationinsights.json
5555
-agentlib:jdwp=transport=dt_socket,server=y,address=8001,suspend=n
56-
-Dcom.sun.management.jmxremote=true
57-
-Dcom.sun.management.jmxremote.port=3002
58-
-Dcom.sun.management.jmxremote.rmi.port=3003
59-
-Djava.rmi.server.hostname=127.0.0.1
60-
-Dcom.sun.management.jmxremote.authenticate=false
61-
-Dcom.sun.management.jmxremote.ssl=false

helm/values-uat.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,5 @@ microservice-chart:
4848
-XX:+UseG1GC
4949
-XX:+UseContainerSupport
5050
-Djava.security.egd=file:/dev/./urandom
51-
-Djava.util.concurrent.ForkJoinPool.common.parallelism=7
52-
-Dio.netty.eventLoopThreads=100
5351
-javaagent:/app/applicationinsights-agent.jar
54-
-Dapplicationinsights.configuration.file=/mnt/file-config-external/appinsights-config/applicationinsights.json
55-
-agentlib:jdwp=transport=dt_socket,server=y,address=8001,suspend=n
56-
-Dcom.sun.management.jmxremote=true
57-
-Dcom.sun.management.jmxremote.port=3002
58-
-Dcom.sun.management.jmxremote.rmi.port=3003
59-
-Djava.rmi.server.hostname=127.0.0.1
60-
-Dcom.sun.management.jmxremote.authenticate=false
61-
-Dcom.sun.management.jmxremote.ssl=false
52+
-Dapplicationinsights.configuration.file=/mnt/file-config-external/appinsights-config/applicationinsights.json

0 commit comments

Comments
 (0)