File tree Expand file tree Collapse file tree 7 files changed +13
-12
lines changed
cluster-tutorials/single-cluster Expand file tree Collapse file tree 7 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 11# exclude some folders
22setup /helm /configmap.yaml
33setup /monitoring
4- setup /operator
4+ setup /operator
5+ setup /monitoring.tar.gz
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: postgresql
33metadata :
44 name : cluster-1
55spec :
6- dockerImage : ' docker.io/cybertecpostgresql/cybertec-os-container:postgres-rocky-14.6-1-dev'
6+ # dockerImage: 'docker.io/cybertecpostgresql/cybertec-os-container:postgres-rocky-14.6-1-dev'
77 numberOfInstances : 1
88 postgresql :
99 version : ' 14'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The operator has been successfully installed and is ready for use.
99
1010Support for use can be found here:
1111Community mailing list:
12- Github project: https://github.com/cybertec-postgresql/postgres-operator
12+ Github project: https://github.com/cybertec-postgresql/postgres-pg- operator
1313Documentation:
1414
1515Apache License Version 2.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22kind : Secret
33metadata :
44 name : cpo-monitoring-role
5- namespace : zalando
5+ namespace : {{ .Values.operatorSettings.operator_namespace }}
66type : Opaque
77stringData :
88 user : postgres_exporter
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: OperatorConfiguration
33metadata :
44 name : postgresql-operator-configuration
55configuration :
6- docker_image : registry.opensource.zalan.do/acid/spilo-14:2.1-p7
6+ docker_image : docker.io/cybertecpostgresql/cybertec-pg-container:postgres-15.2-4
77 # enable_crd_registration: true
88 # crd_categories:
99 # - all
@@ -38,14 +38,14 @@ configuration:
3838 enable_password_rotation : false
3939 password_rotation_interval : 90
4040 password_rotation_user_retention : 180
41- replication_username : standby
41+ replication_username : cpo_replication
4242 super_username : postgres
4343 major_version_upgrade :
4444 major_version_upgrade_mode : " manual"
4545 # major_version_upgrade_team_allow_list:
4646 # - acid
47- minimal_major_version : " 10 "
48- target_major_version : " 14 "
47+ minimal_major_version : " 13 "
48+ target_major_version : " 15 "
4949 kubernetes :
5050 # additional_pod_capabilities:
5151 # - "SYS_NICE"
@@ -111,7 +111,7 @@ configuration:
111111 # key: db-only
112112 # operator: Exists
113113 # effect: NoSchedule
114- # watched_namespace: ""
114+ watched_namespace : {{ .Values.operatorSettings.watched_namespace | default * }}
115115 postgres_pod_resources :
116116 default_cpu_limit : " 1"
117117 default_cpu_request : 100m
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ imagePullSecretNames: []
1515
1616# Define the operator settings to add to the configmap
1717operatorSettings :
18- operatorImage : ' docker.io/cybertecpostgresql/cybertec-pg-operator:0.5 .0-2 '
19- namespace : ' *'
18+ operatorImage : ' docker.io/cybertecpostgresql/cybertec-pg-operator:0.6 .0-1 '
19+ watched_namespace : ' *'
2020 enable_pod_antiaffinity : ' true'
21- operator_namespace : ' zalando '
21+ operator_namespace : ' cpo '
2222
2323
You can’t perform that action at this time.
0 commit comments