From bce632fef3f5fea461f41ed8bddf7874f1f4df7b Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 24 Apr 2022 19:39:06 +0200
Subject: [PATCH] fix(matrix): Add missing podMeticsEndpoints

---
 apps/base/matrix/database.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apps/base/matrix/database.yaml b/apps/base/matrix/database.yaml
index be56c470e..8061f2664 100644
--- a/apps/base/matrix/database.yaml
+++ b/apps/base/matrix/database.yaml
@@ -61,6 +61,8 @@ spec:
   selector:
     matchLabels:
       cluster-name: matrix-postgres
+  podMetricsEndpoints:
+    - port: exporter
   podTargetLabels:
     - spilo-role
     - cluster-name
-- 
GitLab