15 lines
279 B
YAML
15 lines
279 B
YAML
|
|
apiVersion: monitoring.coreos.com/v1
|
||
|
|
kind: PodMonitor
|
||
|
|
metadata:
|
||
|
|
name: cnpg-postgres
|
||
|
|
namespace: data
|
||
|
|
labels:
|
||
|
|
release: kube-prometheus-stack
|
||
|
|
spec:
|
||
|
|
selector:
|
||
|
|
matchLabels:
|
||
|
|
cnpg.io/cluster: postgres
|
||
|
|
podMetricsEndpoints:
|
||
|
|
- port: metrics
|
||
|
|
interval: 30s
|