*: cleanup and unify minikube and self-hosted discovery

This commit is contained in:
Frederic Branczyk
2016-12-23 17:01:38 +01:00
parent 7516052da2
commit a200051578
14 changed files with 143 additions and 43 deletions

View File

@@ -0,0 +1,20 @@
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