devnet: disable dlv by default

This commit is contained in:
Leo 2020-10-22 12:55:24 +02:00
parent 174003f879
commit d877e975fc
1 changed files with 11 additions and 8 deletions

View File

@ -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