mirror of
https://github.com/vacp2p/10ksim.git
synced 2025-02-24 12:08:17 +00:00
18 lines
287 B
YAML
18 lines
287 B
YAML
|
apiVersion: monitoring.coreos.com/v1
|
||
|
kind: PodMonitor
|
||
|
metadata:
|
||
|
name: pod-monitor
|
||
|
namespace: monitoring
|
||
|
labels:
|
||
|
app: pod
|
||
|
spec:
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: pod
|
||
|
namespaceSelector:
|
||
|
matchNames:
|
||
|
- 10k-namespace
|
||
|
podMetricsEndpoints:
|
||
|
- targetPort: 8000
|
||
|
|