We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6431600 + 243ef03 commit 3926dfeCopy full SHA for 3926dfe
cluster-tutorials/single-cluster/postgres.yaml
@@ -2,6 +2,8 @@ apiVersion: acid.zalan.do/v1
2
kind: postgresql
3
metadata:
4
name: cluster-1
5
+ labels:
6
+ cpo_monitoring_stack: 'true'
7
spec:
8
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-15.2-5'
9
numberOfInstances: 1
setup/helm/operator/templates/postgresql-operator-configuration.yaml
@@ -54,7 +54,7 @@ configuration:
54
application: spilo
55
cluster_name_label: cluster-name
56
inherited_labels:
57
- - cybertec_pgwatch
+ - cpo_monitoring_stack
58
# custom_pod_annotations:
59
# keya: valuea
60
# keyb: valueb
0 commit comments