mirror of
https://github.com/vacp2p/10ksim.git
synced 2025-02-24 03:58:09 +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
|
|
|