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) 260 B
apiVersion: v1 kind: Service metadata: name: telemetry spec: selector: app: telemetry ports: - name: backend protocol: TCP port: 8000 targetPort: 8000 - name: frontend protocol: TCP port: 80 targetPort: 80