andrussal f451fd504d refactor(testing-framework): rename runners to deployers
- Update paths and orchestration for deployers (compose/k8s/local/docker)

- Consolidate scripts helpers and refresh book/README docs
2025-12-16 21:20:27 +01:00

54 lines
1007 B
YAML

image: "public.ecr.aws/r4s5t9y4/logos/logos-blockchain:test"
imagePullPolicy: IfNotPresent
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"
prometheus:
enabled: true
externalUrl: ""
image: "prom/prometheus:v3.0.1"
imagePullPolicy: IfNotPresent
retention: "7d"
service:
type: NodePort
nodePort: null
config: |
global:
evaluation_interval: 15s
external_labels:
monitor: "NomosRunner"
grafana:
enabled: true
image: "grafana/grafana:10.4.1"
imagePullPolicy: IfNotPresent
adminUser: admin
adminPassword: admin
service:
type: NodePort
nodePort: null