mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
15 lines
259 B
YAML
15 lines
259 B
YAML
|
apiVersion: v1
|
||
|
kind: Endpoints
|
||
|
metadata:
|
||
|
labels:
|
||
|
k8s-app: kube-scheduler
|
||
|
name: kube-scheduler-prometheus-discovery
|
||
|
namespace: kube-system
|
||
|
subsets:
|
||
|
- addresses:
|
||
|
- ip: 192.168.99.100
|
||
|
ports:
|
||
|
- name: http-metrics
|
||
|
port: 10251
|
||
|
protocol: TCP
|