From bc31357d5ba17b019172761daf550d4aaac0a093 Mon Sep 17 00:00:00 2001 From: rasmus Date: Fri, 16 Aug 2024 18:06:39 +0300 Subject: [PATCH] Integrate dos4dev PR #29: postgres-cluster docs --- postgres-clusters/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/postgres-clusters/README.md b/postgres-clusters/README.md index 2da8c43..f7e2c1b 100644 --- a/postgres-clusters/README.md +++ b/postgres-clusters/README.md @@ -1,9 +1,12 @@ # Postgres clusters -This is namespace for Postgres clusters managed by Codemowers' sample -[postgres-database-operator](https://github.com/codemowers/operatorlib/tree/main/samples/postgres-database-operator) -which is deployed via [ArgoCD](https://argocd.k-space.ee/applications/argocd/postgres-database-operator) +This is for shared Postgres clusters managed by the Codemowers' sample: [postgres-database-operator](https://github.com/codemowers/operatorlib/tree/main/samples/postgres-database-operator), which is deployed via [ArgoCD](https://argocd.k-space.ee/applications/argocd/postgres-database-operator) +All instances run in a dedicated namespace. Clusters managed by operator-bundle. For more details check https://cloudnative-pg.io/. + +Admin access available via [pgweb.k-space.ee](https://pgweb.k-space.ee/). + +Deploying manually without ArgoCD: ``` kubectl create namespace postgres-clusters kubectl apply -n postgres-clusters -f application.yaml