Pulumi.yaml 604 B

12345678910111213141516171819
  1. name: query-node
  2. runtime: nodejs
  3. description: Kubernetes IaC for Query Node
  4. template:
  5. config:
  6. aws:profile:
  7. default: joystream-user
  8. aws:region:
  9. default: us-east-1
  10. isMinikube:
  11. description: Whether you are deploying to minikube
  12. default: false
  13. isLoadBalancerReady:
  14. description: Whether the load balancer service is ready and has been assigned an IP
  15. default: false
  16. membersFilePath:
  17. description: Path to members.json file for processor initialization
  18. workersFilePath:
  19. description: Path to workers.json file for processor initialization