From fd81bef00e4484654be5e337609e5980367158a1 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 22 Jun 2024 18:06:12 -0500 Subject: [PATCH] disable prometheus rules on postgres clusters --- clusters/cl01tl/applications/penpot/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clusters/cl01tl/applications/penpot/values.yaml b/clusters/cl01tl/applications/penpot/values.yaml index ac3dcd38b..ec3c7acc9 100644 --- a/clusters/cl01tl/applications/penpot/values.yaml +++ b/clusters/cl01tl/applications/penpot/values.yaml @@ -377,6 +377,8 @@ postgres-16-cluster: storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false backup: enabled: true endpointURL: https://s3.us-east-2.amazonaws.com