Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 289 Bytes

File metadata and controls

18 lines (15 loc) · 289 Bytes

Node with VSL worker

This is a node with a VSL worker.

module "node" {
  source = "RSS3-Network/node/kubernetes"

  node_workers = [
    {
      id       = "vsl-rss3",
      worker   = "rss3",
      network  = "vsl",
      endpoint = "https://rpc.rss3.io"
    }
  ]
}