psql: Add Deploy cluster
This commit is contained in:
parent
f42f30df65
commit
bafc396885
1 changed files with 13 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue