This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/owntracks/recorder/pod-monitor.yaml

18 lines
295 B
YAML
Raw Normal View History

2020-06-29 19:36:27 +00:00
---
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: owntracks
namespace: owntracks
spec:
podMetricsEndpoints:
- interval: 60s
path: /metrics
2020-07-11 18:25:59 +00:00
port: metrics
2020-06-29 19:36:27 +00:00
namespaceSelector:
matchNames:
- owntracks
selector:
matchLabels:
app: recorder