Pulumi.yaml 797 B

12345678910111213141516171819202122232425
  1. name: orion
  2. runtime: nodejs
  3. description: A Pulumi program to deploy Orion service to Kubernetes
  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. queryNodeEndpoint:
  14. description: Full URL for Query node endpoint
  15. isLoadBalancerReady:
  16. description: Whether the load balancer service is ready and has been assigned an IP
  17. default: false
  18. storage:
  19. description: Amount of storage in gigabytes for ipfs volume
  20. default: 40
  21. orionImage:
  22. description: The Orion image to use for running the orion node
  23. default: joystream/orion:latest
  24. contentSecret:
  25. description: Orion featured content secret