You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
425 B
20 lines
425 B
3 months ago
|
apiVersion: monitoring.coreos.com/v1
|
||
|
kind: ServiceMonitor
|
||
|
metadata:
|
||
|
labels:
|
||
|
app.kubernetes.io/name: coredns
|
||
|
name: coredns
|
||
|
namespace: monitoring
|
||
|
spec:
|
||
|
endpoints:
|
||
|
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
|
||
|
interval: 15s
|
||
|
port: metrics
|
||
|
jobLabel: app.kubernetes.io/name
|
||
|
namespaceSelector:
|
||
|
matchNames:
|
||
|
- kube-system
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
k8s-app: kube-dns
|