Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 649 Bytes

File metadata and controls

22 lines (18 loc) · 649 Bytes

Sample Prodvana application

├── README.md
├── deployment.yaml
├── my-app.pvn.yaml
├── my-service.pvn.yaml
  • Create an account on Prodvana.
  • Clone this repository.
  • Download pvnctl CLI tool.
  • Setup the application in Prodvana.
pvnctl init
pvnctl configs apply my-app.pvn.yaml
pvnctl configs apply my-service.pvn.yaml
  • Refer to Prodvana docs for more details.
  • You can send deployment change events from Prodvana to Levitate. Refer to the doc here.