Deploy PostgreSQL applications on Kubernetes with Wodby.
This repository defines the Wodby stack manifests and default service composition for PostgreSQL.
| Component / service | Default configuration |
|---|---|
PostgreSQL (postgres)postgres |
optional; enabled by default; volumes: data 20 GB |
Enabled optional services are selected by default but can be excluded when an app is created. Disabled optional services are available but not selected by default. Required services cannot be excluded.
Add this stack from the Wodby catalog, then configure its enabled services and integrations.
Review service versions, storage, links, and optional components when creating the application. The same stack can be reused across development, staging, and production environments.
- Fork this repository.
- Edit the stack manifest.
- Import the repository as a Git-backed stack.
When replacing or renaming a stack service, update every related link target and derivative reference. Stack-local names and referenced service names are distinct identifiers.
Validate the manifests with:
wodby stack validate-manifest stack.yml --org <org-id>See the stack manifest reference and the managed services index.