Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions cluster-tutorials/multisite/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Important note on the multisite cluster

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.

**Please consult the complete documentation at the following URL before proceeding with the setup:**

[Multisite cluster documentation](https://cybertec-postgresql.github.io/CYBERTEC-pg-operator/multisite/)

> Without considering the further configuration steps, malfunctions or unexpected behaviour may occur in the cluster.

## Further information
For questions or support, please contact the responsible team or consult the official documentation.
29 changes: 29 additions & 0 deletions cluster-tutorials/multisite/postgres.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: cpo.opensource.cybertec.at/v1
kind: postgresql
metadata:
name: multisite-cluster
namespace: cpo
labels:
app.kubernetes.io/name: postgres-cluster
app.kubernetes.io/instance: multisite-cluster
spec:
dockerImage: docker.io/cybertecpostgresql/cybertec-pg-container:postgres-multisite-17.4-1
numberOfInstances: 1
postgresql:
version: '17'
resources:
limits:
cpu: 500m
memory: 500Mi
requests:
cpu: 500m
memory: 500Mi
teamId: acid
volume:
size: 5Gi
patroni:
ttl: 30
loop_wait: 10
retry_timeout: 10
multisite:
enable: true
4 changes: 2 additions & 2 deletions cluster-tutorials/pgbackrest_with_pvc/postgres.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: cpo.opensource.cybertec.at/v1
kind: postgresql
metadata:
name: cluster-1
name: cluster-pvc-1
spec:
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
numberOfInstances: 1
Expand Down Expand Up @@ -31,4 +31,4 @@ spec:
full: 30 2 * * *
storage: pvc
volume:
size: 10Gi
size: 10Gi
8 changes: 4 additions & 4 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ entries:
postgres-operator:
- apiVersion: v2
appVersion: 0.8.3
created: "2025-03-14T16:59:12.834702554+01:00"
created: "2025-04-04T09:11:14.575733822+02:00"
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
(CPO).
digest: 6e694e29b3aae4f270d66aaa7b61b0186b5ddd42e3d038ce3a6fc72462b335a8
digest: c63960331058590711189c1a4487aca03c1ba0cec9e162e485b8646fce5d5392
name: postgres-operator
type: application
urls:
- https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.3.tgz
version: 0.8.3
- apiVersion: v2
appVersion: 0.8.2
created: "2025-03-14T16:59:12.834338114+01:00"
created: "2025-04-04T09:11:14.575395961+02:00"
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator
(CPO).
digest: 403e5e1156250f663064db02ccf09e74be0dccc025556a02e502e349222c1a92
Expand All @@ -23,4 +23,4 @@ entries:
urls:
- https://cybertec-postgresql.github.io/CYBERTEC-operator-tutorials/postgres-operator-0.8.2.tgz
version: 0.8.2
generated: "2025-03-14T16:59:12.833575349+01:00"
generated: "2025-04-04T09:11:14.574887876+02:00"
Binary file modified docs/postgres-operator-0.8.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup/helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ imagePullSecretNames: []

# Define the operator settings to add to the configmap
operatorSettings:
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3-1'
operatorImage: 'docker.io/cybertecpostgresql/cybertec-pg-operator:v0.8.3-2'
postgresImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-17.4-1'
poolerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:pgbouncer-1.24.0-1'
watched_namespace: '*'
Expand Down
Binary file added setup/monitoring.tar.gz
Binary file not shown.