Connect Wodby Kubernetes applications to an externally managed Cloud PostgreSQL service.
This repository defines the Wodby service manifests and operational configuration for Cloud PostgreSQL.
- Cloud PostgreSQL application stack
- Django application stack
- FastAPI application stack
- Flask application stack
- Go application stack
- Node.js application stack
- Python application stack
- Rails application stack
- Ruby application stack
| Property | Manifest configuration |
|---|---|
| Service name | cloud-postgres |
| Type | Database; external connection with no in-cluster workload |
| Versions | 13 by default; also available: 12, 11, 10, 9.6 |
| Configuration | 1 generated or fixed tokens |
Use this service through one of the Wodby application stacks listed above, or
reference cloud-postgres from a custom Wodby stack.
A service is a reusable component and does not deploy by itself. The stack defines its links, settings, versions, resources, and relationship to the rest of the application.
- Fork this repository.
- Edit the service manifest and referenced files.
- Import the repository as a Git-backed service.
- Reference the service from a stack manifest.
Keep service, workload, container, endpoint, link, volume, config, and derivative names stable unless dependent stacks and app-level overrides are updated at the same time.
Validate the manifests with:
wodby service validate-manifest service.yml --org <org-id>See the service manifest reference and the managed services index.