Remove prometheus scrape from matrix whatsapp

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2024-10-17 10:55:01 +01:00
parent 2877de22f8
commit 69994d9583
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78

View File

@ -37,10 +37,10 @@ metadata:
namespace: chat namespace: chat
labels: labels:
app.kubernetes.io/name: mautrix-whatsapp app.kubernetes.io/name: mautrix-whatsapp
annotations: # annotations:
prometheus.io/scrape: "true" # prometheus.io/scrape: "true"
prometheus.io/path: "/metrics" # prometheus.io/path: "/metrics"
prometheus.io/port: "9000" # prometheus.io/port: "9000"
spec: spec:
type: ClusterIP type: ClusterIP
ports: ports:
@ -104,9 +104,9 @@ spec:
- name: http - name: http
containerPort: 29318 containerPort: 29318
protocol: TCP protocol: TCP
- name: metrics # - name: metrics
containerPort: 9000 # containerPort: 9000
protocol: TCP # protocol: TCP
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /data mountPath: /data