psql: Add Deploy cluster

This commit is contained in:
Florian RICHER 2025-07-08 17:08:34 +02:00
parent f42f30df65
commit bafc396885

View file

@ -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)