File tree Expand file tree Collapse file tree
deployments/sequencer/configs/overlays/hybrid/common/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ config:
4646 components.state_sync.url : sequencer-core-service
4747 state_sync_config.static_config.p2p_sync_client_config.#is_none: true
4848 state_sync_config.static_config.rpc_config.port : 8090
49- state_sync_config.static_config.storage_reader_server_static_config.port : 55012
49+ state_sync_config.static_config.storage_reader_server_static_config.port : 55014
5050service :
5151 ports :
5252 - name : batcher
@@ -69,6 +69,10 @@ service:
6969 port : 53080
7070 targetPort : 53080
7171 protocol : TCP
72+ - name : proof-manager
73+ port : 55012
74+ targetPort : 55012
75+ protocol : TCP
7276 - name : signature-manager
7377 port : 55008
7478 targetPort : 55008
@@ -82,6 +86,6 @@ service:
8286 targetPort : 55009
8387 protocol : TCP
8488 - name : state-sync-storage-reader
85- port : 55012
86- targetPort : 55012
89+ port : 55014
90+ targetPort : 55014
8791 protocol : TCP
You can’t perform that action at this time.
0 commit comments