*: 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,16 @@
apiVersion: v1
kind: Service
metadata:
name: kube-apiserver-prometheus-discovery
labels:
k8s-app: kubernetes
spec:
selector:
k8s-app: kube-apiserver
type: ClusterIP
clusterIP: None
ports:
- name: https-metrics
port: 443
targetPort: 443
protocol: TCP