From 69994d95835cec9034bd0d3fb2d20ba6e5531045 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 17 Oct 2024 10:55:01 +0100 Subject: [PATCH] Remove prometheus scrape from matrix whatsapp Signed-off-by: Marcus Noble --- manifests/matrix_chart/whatsapp_bridge.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/matrix_chart/whatsapp_bridge.yaml b/manifests/matrix_chart/whatsapp_bridge.yaml index c83c556..b4e0ee7 100644 --- a/manifests/matrix_chart/whatsapp_bridge.yaml +++ b/manifests/matrix_chart/whatsapp_bridge.yaml @@ -37,10 +37,10 @@ metadata: namespace: chat labels: app.kubernetes.io/name: mautrix-whatsapp - annotations: - prometheus.io/scrape: "true" - prometheus.io/path: "/metrics" - prometheus.io/port: "9000" + # annotations: + # prometheus.io/scrape: "true" + # prometheus.io/path: "/metrics" + # prometheus.io/port: "9000" spec: type: ClusterIP ports: @@ -104,9 +104,9 @@ spec: - name: http containerPort: 29318 protocol: TCP - - name: metrics - containerPort: 9000 - protocol: TCP + # - name: metrics + # containerPort: 9000 + # protocol: TCP volumeMounts: - name: data mountPath: /data