mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-02-19 12:43:21 +00:00
21 lines
404 B
YAML
21 lines
404 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: ""
|
|
bundle: ""
|
|
|
|
scripts:
|
|
runCfgsyncSh: ""
|
|
runLogosSh: ""
|
|
runLogosNodeSh: ""
|
|
|
|
nodes:
|
|
count: 1
|
|
nodes: []
|