20 lines
464 B
YAML
20 lines
464 B
YAML
apiVersion: "acid.zalan.do/v1"
|
|
kind: postgresql
|
|
metadata:
|
|
name: acid-standby-cluster
|
|
namespace: default
|
|
spec:
|
|
teamId: "acid"
|
|
volume:
|
|
size: 1Gi
|
|
numberOfInstances: 1
|
|
postgresql:
|
|
version: "11"
|
|
# Make this a standby cluster and provide the s3 bucket path of source cluster for continuous streaming.
|
|
standby:
|
|
s3_wal_path: "s3://path/to/bucket/containing/wal/of/source/cluster/"
|
|
|
|
maintenanceWindows:
|
|
- 01:00-06:00 #UTC
|
|
- Sat:00:00-04:00
|