add CloudNativePG operator and HA postgres cluster
This commit is contained in:
parent
cc75fa6dbc
commit
2a5ddda96c
6 changed files with 116 additions and 0 deletions
10
apps/postgres/db-watchparty.yaml
Normal file
10
apps/postgres/db-watchparty.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Database
|
||||
metadata:
|
||||
name: watchparty-db
|
||||
namespace: postgres
|
||||
spec:
|
||||
name: watchparty
|
||||
owner: app
|
||||
cluster:
|
||||
name: postgres-cluster
|
||||
Loading…
Add table
Add a link
Reference in a new issue