kube/postgres-clusters
2024-08-16 18:07:45 +03:00
..
dedicated.yaml Clean up operatorlib related stuff 2023-08-16 10:39:20 +03:00
pgweb.yaml migrate to new passmower 2024-07-27 03:17:24 +03:00
README.md Integrate dos4dev PR #29: postgres-cluster docs 2024-08-16 18:07:45 +03:00
shared.yaml Clean up operatorlib related stuff 2023-08-16 10:39:20 +03:00
storageclass.yaml Clean up operatorlib related stuff 2023-08-16 10:39:20 +03:00

Postgres clusters

This is for shared Postgres clusters managed by the Codemowers' sample: postgres-database-operator, which is deployed via ArgoCD

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.

Deploying manually without ArgoCD:

kubectl create namespace postgres-clusters
kubectl apply -n postgres-clusters -f application.yaml