diff --git a/cluster-tutorials/single-cluster/postgres.yaml b/cluster-tutorials/single-cluster/postgres.yaml index 9326b3c..99cfac5 100644 --- a/cluster-tutorials/single-cluster/postgres.yaml +++ b/cluster-tutorials/single-cluster/postgres.yaml @@ -2,6 +2,8 @@ apiVersion: acid.zalan.do/v1 kind: postgresql metadata: name: cluster-1 + labels: + cpo_monitoring_stack: 'true' spec: dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-15.2-5' numberOfInstances: 1 diff --git a/setup/helm/operator/templates/postgresql-operator-configuration.yaml b/setup/helm/operator/templates/postgresql-operator-configuration.yaml index e07bed5..af512fa 100644 --- a/setup/helm/operator/templates/postgresql-operator-configuration.yaml +++ b/setup/helm/operator/templates/postgresql-operator-configuration.yaml @@ -54,7 +54,7 @@ configuration: application: spilo cluster_name_label: cluster-name inherited_labels: - - cybertec_pgwatch + - cpo_monitoring_stack # custom_pod_annotations: # keya: valuea # keyb: valueb