Skip to content

Commit da50441

Browse files
authored
Merge pull request #36 from cybertec-postgresql/v0.8.3
added standby cluster
2 parents 8654e2e + 834322a commit da50441

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
apiVersion: cpo.opensource.cybertec.at/v1
2+
kind: postgresql
3+
metadata:
4+
name: standby-cluster-1
5+
spec:
6+
standby:
7+
standby_host: "cluster-1.cpo"
8+
standby_port: "5432"
9+
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
10+
numberOfInstances: 1
11+
postgresql:
12+
version: '17'
13+
resources:
14+
limits:
15+
cpu: 500m
16+
memory: 500Mi
17+
requests:
18+
cpu: 500m
19+
memory: 500Mi
20+
teamId: acid
21+
volume:
22+
size: 5Gi
23+
#storageClass: default-provisioner

0 commit comments

Comments
 (0)