From bafc3968852db69c610e31119ac5c81dc3b14b9c Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Tue, 8 Jul 2025 17:08:34 +0200 Subject: [PATCH] psql: Add Deploy cluster --- postgresql_cluster/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/postgresql_cluster/README.md b/postgresql_cluster/README.md index 747a61d..aaeca9c 100644 --- a/postgresql_cluster/README.md +++ b/postgresql_cluster/README.md @@ -18,3 +18,16 @@ helm install postgres-operator postgres-operator-charts/postgres-operator -f val https://postgres-operator.readthedocs.io/en/latest/quickstart/#helm-chart +## Deploy cluster + +1. Apply + +```console +kubectl apply -f k8s-psql.yaml +``` + +2. Others + +[Good complete example](https://github.com/zalando/postgres-operator/blob/master/manifests/complete-postgres-manifest.yaml) +[Docs](https://postgres-operator.readthedocs.io/en/latest/administrator/#namespaces) +