Begin add psql
This commit is contained in:
parent
cd99e4475c
commit
7566dec241
3 changed files with 37 additions and 0 deletions
20
postgresql_cluster/README.md
Normal file
20
postgresql_cluster/README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Project
|
||||
|
||||
## Install Operator
|
||||
|
||||
1. Add the repository
|
||||
|
||||
```console
|
||||
helm repo add postgres-operator-charts https://opensource.zalando.com/postgres-operator/charts/postgres-operator
|
||||
```
|
||||
|
||||
2. Install operator
|
||||
|
||||
```console
|
||||
helm install postgres-operator postgres-operator-charts/postgres-operator -f values.yaml
|
||||
```
|
||||
|
||||
3. Others
|
||||
|
||||
https://postgres-operator.readthedocs.io/en/latest/quickstart/#helm-chart
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue