File tree Expand file tree Collapse file tree 7 files changed +48
-7
lines changed Expand file tree Collapse file tree 7 files changed +48
-7
lines changed Original file line number Diff line number Diff line change
1
+ # Important note on the multisite cluster
2
+
3
+ The cluster manifest alone is not sufficient to set up a multisite cluster correctly. Additional configuration steps are required, which are described in the documentation.
4
+
5
+ ** Please consult the complete documentation at the following URL before proceeding with the setup:**
6
+
7
+ [ Multisite cluster documentation] ( https://cybertec-postgresql.github.io/CYBERTEC-pg-operator/multisite/ )
8
+
9
+ > Without considering the further configuration steps, malfunctions or unexpected behaviour may occur in the cluster.
10
+
11
+ ## Further information
12
+ For questions or support, please contact the responsible team or consult the official documentation.
Original file line number Diff line number Diff line change
1
+ apiVersion : cpo.opensource.cybertec.at/v1
2
+ kind : postgresql
3
+ metadata :
4
+ name : multisite-cluster
5
+ namespace : cpo
6
+ labels :
7
+ app.kubernetes.io/name : postgres-cluster
8
+ app.kubernetes.io/instance : multisite-cluster
9
+ spec :
10
+ dockerImage : docker.io/cybertecpostgresql/cybertec-pg-container:postgres-multisite-17.4-1
11
+ numberOfInstances : 1
12
+ postgresql :
13
+ version : ' 17'
14
+ resources :
15
+ limits :
16
+ cpu : 500m
17
+ memory : 500Mi
18
+ requests :
19
+ cpu : 500m
20
+ memory : 500Mi
21
+ teamId : acid
22
+ volume :
23
+ size : 5Gi
24
+ patroni :
25
+ ttl : 30
26
+ loop_wait : 10
27
+ retry_timeout : 10
28
+ multisite :
29
+ enable : true
Original file line number Diff line number Diff line change 1
1
apiVersion : cpo.opensource.cybertec.at/v1
2
2
kind : postgresql
3
3
metadata :
4
- name : cluster-1
4
+ name : cluster-pvc- 1
5
5
spec :
6
6
dockerImage : ' docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
7
7
numberOfInstances : 1
31
31
full : 30 2 * * *
32
32
storage : pvc
33
33
volume :
34
- size : 10Gi
34
+ size : 10Gi
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ entries:
3
3
postgres-operator :
4
4
- apiVersion : v2
5
5
appVersion : 0.8.3
6
- created : " 2025-03-14T16:59:12.834702554+01 :00"
6
+ created : " 2025-04-04T09:11:14.575733822+02 :00"
7
7
description : Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
8
8
(CPO).
9
- digest : 6e694e29b3aae4f270d66aaa7b61b0186b5ddd42e3d038ce3a6fc72462b335a8
9
+ digest : c63960331058590711189c1a4487aca03c1ba0cec9e162e485b8646fce5d5392
10
10
name : postgres-operator
11
11
type : application
12
12
urls :
13
13
- https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.3.tgz
14
14
version : 0.8.3
15
15
- apiVersion : v2
16
16
appVersion : 0.8.2
17
- created : " 2025-03-14T16:59:12.834338114+01 :00"
17
+ created : " 2025-04-04T09:11:14.575395961+02 :00"
18
18
description : Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
19
19
(CPO).
20
20
digest : 403e5e1156250f663064db02ccf09e74be0dccc025556a02e502e349222c1a92
@@ -23,4 +23,4 @@ entries:
23
23
urls :
24
24
- https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.2.tgz
25
25
version : 0.8.2
26
- generated : " 2025-03-14T16:59:12.833575349+01 :00"
26
+ generated : " 2025-04-04T09:11:14.574887876+02 :00"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ imagePullSecretNames: []
15
15
16
16
# Define the operator settings to add to the configmap
17
17
operatorSettings :
18
- operatorImage : ' docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3-1 '
18
+ operatorImage : ' docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3-2 '
19
19
postgresImage : ' docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
20
20
poolerImage : ' docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.0-1'
21
21
watched_namespace : ' *'
You can’t perform that action at this time.
0 commit comments