Skip to content

Commit

Permalink
fix: remove hardcoded jdwp java agent (#885)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick authored Jun 12, 2024
1 parent f7f4702 commit 2ab4080
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ spec:
- name: hgcapp-output
mountPath: /opt/hgcapp/services-hedera/HapiApp2.0/output
env:
- name: JAVA_OPTS
value: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
{{- include "fullstack.defaultEnvVars" . | nindent 10 }}
{{- if $balanceUploader.enabled }}
# Sidecar: {{ $node.name }}-account-balance-uploader
Expand Down

0 comments on commit 2ab4080

Please sign in to comment.