andrussal e05bf5e0bd refactor(observability): remove embedded prometheus/grafana
Deployers no longer provision Prometheus/Grafana; metrics query/ingest now come from explicit URLs via env/flags.
2025-12-17 18:28:36 +01:00

29 lines
535 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"