Skip to content

Commit 420fc2e

Browse files
authored
chore: enable pgmonitor (#2314)
Signed-off-by: Om Mishra <[email protected]>
1 parent 49b35a5 commit 420fc2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/crunchy/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ crunchy: # enable it for TEST and PROD, for PR based pipelines simply use single
113113

114114
# Postgres Cluster resource values:
115115
pgmonitor:
116-
enabled: false
116+
enabled: true
117117
exporter:
118118
image: # it's not necessary to specify an image as the images specified in the Crunchy Postgres Operator will be pulled by default
119119
requests:
120-
cpu: 1m
121-
memory: 16Mi
120+
cpu: 10m
121+
memory: 32Mi

0 commit comments

Comments
 (0)