Skip to content

Commit b2b609e

Browse files
author
matthias
committed
added label to config & monitored_example
1 parent 243ef03 commit b2b609e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cluster-tutorials/monitored_cluster/postgres.yaml

Lines changed: 3 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
@@ -19,6 +21,7 @@ spec:
1921
teamId: acid
2022
volume:
2123
size: 5Gi
24+
#storageClass: default-provisioner
2225
sidecars:
2326
- env:
2427
- name: DATA_SOURCE_URI

cluster-tutorials/single-cluster/postgres.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ apiVersion: acid.zalan.do/v1
22
kind: postgresql
33
metadata:
44
name: cluster-1
5-
labels:
6-
cpo_monitoring_stack: 'true'
75
spec:
86
dockerImage: 'docker.io/cybertecpostgresql/cybertec-pg-container:postgres-15.2-5'
97
numberOfInstances: 1
@@ -19,3 +17,4 @@ spec:
1917
teamId: acid
2018
volume:
2119
size: 5Gi
20+
#storageClass: default-provisioner

0 commit comments

Comments
 (0)