Remove prometheus scrape from matrix whatsapp
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
2877de22f8
commit
69994d9583
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user