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 836 B
{ "apiVersion": "v1", "kind": "Pod", "metadata": { "name": "backchannel", "labels": { "app": "backchannel" } }, "spec": { "hostname": "backchannel", "containers": [ { "image": "europe-west3-docker.pkg.dev/parity-zombienet/zombienet-images/backchannel:latest", "name": "backchannel", "imagePullPolicy": "Always", "ports": [ { "containerPort": 3000 } ], "env": [], "command": [ "bash", "-c", "./backchannel" ] } ], "restartPolicy": "OnFailure", "volumes": [] } }