From 3156ee87847f39ab7c6af87017faaa7b53e65cf7 Mon Sep 17 00:00:00 2001 From: oleksii Date: Sun, 2 Jun 2024 21:27:13 +0300 Subject: [PATCH 1/2] docs update --- postgres-clusters/README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/postgres-clusters/README.md b/postgres-clusters/README.md index 2da8c43..d934065 100644 --- a/postgres-clusters/README.md +++ b/postgres-clusters/README.md @@ -1,8 +1,15 @@ # Postgres clusters +This is a shared DB cluster, all postgres instances run in a dedicated namespace. -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) +Clusters managed by operator-bundle. + +Use https://pgweb.k-space.ee/ to test access to your DB. + +## Namespace + +postgres-clusters + +## Example of commands ``` kubectl create namespace postgres-clusters -- 2.45.2 From a1929f39e38fb4795c7579ba1233dfe072323429 Mon Sep 17 00:00:00 2001 From: oleksii Date: Mon, 3 Jun 2024 09:34:50 +0300 Subject: [PATCH 2/2] docs update --- postgres-clusters/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-clusters/README.md b/postgres-clusters/README.md index d934065..7ec2285 100644 --- a/postgres-clusters/README.md +++ b/postgres-clusters/README.md @@ -1,7 +1,7 @@ # Postgres clusters This is a shared DB cluster, all postgres instances run in a dedicated namespace. -Clusters managed by operator-bundle. +Clusters managed by operator-bundle. For more details check https://cloudnative-pg.io/ Use https://pgweb.k-space.ee/ to test access to your DB. -- 2.45.2