addons: Include kube-state-metrics exporter manifests

This commit is contained in:
Dalton Hubble
2017-10-22 21:19:22 -07:00
parent d046d45769
commit ec1dbb853c
7 changed files with 160 additions and 0 deletions

View File

@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: kube-state-metrics
namespace: monitoring
annotations:
prometheus.io/scrape: 'true'
spec:
type: ClusterIP
selector:
name: kube-state-metrics
phase: prod
ports:
- name: metrics
protocol: TCP
port: 80
targetPort: 8080