Skip to content

Commit 3926dfe

Browse files
authored
Merge pull request #7 from cybertec-postgresql/dev
added label to config & monitored_example
2 parents 6431600 + 243ef03 commit 3926dfe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cluster-tutorials/single-cluster/postgres.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ apiVersion: acid.zalan.do/v1
22
kind: postgresql
33
metadata:
44
name: cluster-1
5+
labels:
6+
cpo_monitoring_stack: 'true'
57
spec:
68
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-15.2-5'
79
numberOfInstances: 1

setup/helm/operator/templates/postgresql-operator-configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ configuration:
5454
application: spilo
5555
cluster_name_label: cluster-name
5656
inherited_labels:
57-
- cybertec_pgwatch
57+
- cpo_monitoring_stack
5858
# custom_pod_annotations:
5959
# keya: valuea
6060
# keyb: valueb

0 commit comments

Comments
 (0)