git-subtree-dir: contrib/kube-prometheus
git-subtree-mainline: 050ca21276696c8603375c699513ec487301ed62
git-subtree-split: 81c0d2f4d3
21 lines
367 B
YAML
21 lines
367 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: kube-dns-prometheus-discovery
|
|
labels:
|
|
k8s-app: kube-dns
|
|
spec:
|
|
selector:
|
|
k8s-app: kube-dns
|
|
type: ClusterIP
|
|
clusterIP: None
|
|
ports:
|
|
- name: http-metrics-skydns
|
|
port: 10055
|
|
targetPort: 10055
|
|
protocol: TCP
|
|
- name: http-metrics-dnsmasq
|
|
port: 10054
|
|
targetPort: 10054
|
|
protocol: TCP
|