UNPKG

@zombienet/orchestrator

Version:

ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks

33 lines 821 B
{ "apiVersion": "v1", "kind": "Pod", "metadata": { "name": "introspector", "labels": { "app": "introspector" } }, "spec": { "hostname": "introspector", "containers": [ { "image": "paritytech/polkadot-introspector:latest", "name": "introspector", "imagePullPolicy": "Always", "ports": [ { "containerPort": 65432 } ], "env": [], "args": [ "block-time-monitor", "--ws={{WS_URI}}", "prometheus" ] } ], "restartPolicy": "OnFailure", "volumes": [] } }