We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee8b76 commit 834322aCopy full SHA for 834322a
cluster-tutorials/standby-cluster/postgres.yaml
@@ -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
19
20
+ teamId: acid
21
+ volume:
22
+ size: 5Gi
23
+ #storageClass: default-provisioner
0 commit comments