Step 4: Setting Up Prodvana
Setting Up Your Directory Structure
There is no requirement for where your Prodvana configuration files live. At Prodvana we use a mono-repo. Our structure follows a convention of /services/.
my-app/
my-app.pvn.yaml
services/
my-backend/
my-backend.pvn.yaml
deployment.yaml # Kubernetes Deployment spec
service.yaml # Kubernetes Service spec, if needed
my-frontend/
my-frontend.pvn.yaml
deployment.yaml # Kubernetes Deployment spec
my-other-app/
my-other-app.pvn.yaml
services/
...
Updated 11 months ago
What’s Next