mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
33 lines
701 B
YAML
33 lines
701 B
YAML
image: "public.ecr.aws/r4s5t9y4/logos/logos-blockchain:test"
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
# Keep node time in-process by default; NTP backends are flaky in short-lived
|
|
# test clusters and can stall consensus if they fail to sync.
|
|
timeBackend: "monotonic"
|
|
|
|
cfgsync:
|
|
port: 4400
|
|
config: ""
|
|
|
|
scripts:
|
|
runCfgsyncSh: ""
|
|
runNomosSh: ""
|
|
runNomosNodeSh: ""
|
|
runNomosExecutorSh: ""
|
|
|
|
validators:
|
|
count: 1
|
|
nodes: []
|
|
|
|
executors:
|
|
count: 1
|
|
nodes: []
|
|
|
|
kzg:
|
|
mode: "hostPath"
|
|
hostPathParamsPath: "/kzgrs_test_params/kzgrs_test_params"
|
|
inImageParamsPath: "/opt/nomos/kzg-params/kzgrs_test_params"
|
|
hostPath: "/var/lib/nomos/kzgrs_test_params"
|
|
hostPathType: "Directory"
|
|
storageSize: "1Gi"
|