Pulumi.yaml 803 B

123456789101112131415161718192021222324
  1. name: eks-cluster
  2. runtime: nodejs
  3. description: A Pulumi program to deploy storage node to cloud environment
  4. template:
  5. config:
  6. aws:profile:
  7. default: joystream-user
  8. aws:region:
  9. default: us-east-1
  10. wsProviderEndpointURI:
  11. description: Chain RPC endpoint
  12. default: 'wss://rome-rpc-endpoint.joystream.org:9944/'
  13. isProduction:
  14. description: Whether you are deploying a production storage node
  15. default: false
  16. providerId:
  17. description: StorageProviderId assigned to you in working group
  18. keyFile:
  19. description: JSON key export file to use as the storage provider (role account)
  20. publicURL:
  21. description: API Public URL to announce
  22. passphrase:
  23. description: Optional passphrase to use to decrypt the key-file
  24. secret: true