Skip to content
Snippets Groups Projects
Verified Commit fb45338f authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(matrix): Remove obsolete podMonitor

The podmonitor object is now provided by the postgres-system namespace.
parent ef4e5559
Branches
Tags
No related merge requests found
......@@ -28,29 +28,3 @@ spec:
limits:
cpu: "1"
memory: 3072Mi
---
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: matrix-postgres
namespace: matrix
labels:
app: matrix-postgres
spec:
namespaceSelector:
matchNames:
- matrix
selector:
matchLabels:
cluster-name: matrix-postgres
podMetricsEndpoints:
- port: exporter
interval: 15s
scrapeTimeout: 10s
- targetPort: 8008
interval: 15s
scrapeTimeout: 10s
podTargetLabels:
- spilo-role
- cluster-name
- team
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment