mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-04-01 08:43:06 +00:00
34 lines
679 B
YAML
34 lines
679 B
YAML
nodeImage: ""
|
|
nodeImagePullPolicy: IfNotPresent
|
|
fullnameOverride: ""
|
|
assetMountPath: /etc/testing-framework
|
|
|
|
bootstrap:
|
|
enabled: false
|
|
image: ""
|
|
imagePullPolicy: IfNotPresent
|
|
serviceName: bootstrap
|
|
port: 4400
|
|
env: {}
|
|
writableMountPath: ""
|
|
files:
|
|
primaryConfig: ""
|
|
artifactsConfig: ""
|
|
primaryConfigPath: bootstrap/primary.yaml
|
|
artifactsConfigPath: bootstrap/artifacts.yaml
|
|
extraFiles: []
|
|
scripts:
|
|
start: ""
|
|
startPath: scripts/bootstrap-start.sh
|
|
|
|
runner:
|
|
files:
|
|
commonStart: ""
|
|
nodeStart: ""
|
|
commonStartPath: scripts/runner-common-start.sh
|
|
nodeStartPath: scripts/runner-node-start.sh
|
|
|
|
nodes:
|
|
count: 1
|
|
entries: []
|