Skip to content

Commit

Permalink
Fix Forge default arguments to the aptos-node Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Oct 21, 2024
1 parent 52d15b1 commit 186f0a7
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ validator:
rust_log: info,hyper=off
# force enable the telemetry service to try to send telemetry
force_enable_telemetry: true
config:
storage:
rocksdb_configs:
enable_storage_sharding: true
indexer_db_config:
enable_event: true

fullnode:
# at most one VFN per validator, depending on numFullnodeGroups
Expand All @@ -16,6 +22,12 @@ fullnode:
rust_log: info,hyper=off
# force enable the telemetry service to try to send telemetry
force_enable_telemetry: true
config:
storage:
rocksdb_configs:
enable_storage_sharding: true
indexer_db_config:
enable_event: true

service:
validator:
Expand All @@ -25,12 +37,6 @@ service:
type: "ClusterIP"
enableRestApi: true
enableMetricsPort: true
config:
storage:
rocksdb_configs:
enable_storage_sharding: true
indexer_db_config:
enable_event: true

fullnode:
external:
Expand All @@ -39,12 +45,6 @@ service:
type: "ClusterIP"
enableRestApi: true
enableMetricsPort: true
config:
storage:
rocksdb_configs:
enable_storage_sharding: true
indexer_db_config:
enable_event: true

# always assume we're spinning up a testnet and doing genesis rather than using the single validator test mode
loadTestGenesis: false
Expand Down

0 comments on commit 186f0a7

Please sign in to comment.