Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,16 @@ docker compose up -d

### Option 4: Kubernetes with Helm

For Kubernetes deployments, use the official Helm chart:
For Kubernetes deployments, use the official Helm chart.

**Step 1:** Clone the repository:

```bash
git clone https://github.com/RostislavDugin/postgresus.git
cd postgresus
```

**Step 2:** Install with Helm:

```bash
helm install postgresus ./deploy/postgresus -n postgresus --create-namespace
Expand Down
Loading