From d877e975fcdf0bf49483a3525f509e755d976491 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 22 Oct 2020 12:55:24 +0200 Subject: [PATCH] devnet: disable dlv by default --- devnet/bridge.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/devnet/bridge.yaml b/devnet/bridge.yaml index a883845a..6a5bab35 100644 --- a/devnet/bridge.yaml +++ b/devnet/bridge.yaml @@ -42,15 +42,18 @@ spec: - name: guardiand image: guardiand-image command: - - /dlv - - --listen=:2345 - - --accept-multiclient - - --headless=true - - --api-version=2 - - --continue=true - - exec +# Uncomment this to enable in-place debugging using dlv +# (not suitable for regular development since the process will no longer restart on its own) +# +# - /dlv +# - --listen=:2345 +# - --accept-multiclient +# - --headless=true +# - --api-version=2 +# - --continue=true +# - exec - /guardiand - - -- +# - -- - -ethRPC - ws://eth-devnet:8545 - -agentRPC