Skip to content

Commit

Permalink
[LocalNet][Hotfix] Turn off pproff by default (#500)
Browse files Browse the repository at this point in the history
Resolves #499 on LocalNet
  • Loading branch information
okdas committed Apr 26, 2024
1 parent 977c1f2 commit 69f5772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion localnet/kubernetes/values-appgateserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ config:
enabled: true
addr: :9090
pprof:
enabled: true
enabled: false
addr: localhost:6060
2 changes: 1 addition & 1 deletion localnet/kubernetes/values-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ config:
enabled: true
addr: :9090
pprof:
enabled: true
enabled: false
addr: localhost:6060
2 changes: 1 addition & 1 deletion localnet/kubernetes/values-relayminer-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ config:
tx_node_rpc_url: tcp://validator-poktroll-validator:36657
suppliers: []
pprof:
enabled: true
enabled: false
addr: localhost:6060

0 comments on commit 69f5772

Please sign in to comment.