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

17 lines (16 loc) 262 B
apiVersion: v1 kind: Service metadata: name: bootnode spec: selector: zombie-role: bootnode ports: - name: p2p protocol: TCP port: 30333 targetPort: 30333 - name: ws protocol: TCP port: 9944 targetPort: 9944