Files
kube-prometheus/manifests/exporters/kube-state-metrics-service.yaml
Frederic Branczyk a0e4d3352a prometheus: remove non-namespaced alpha annotation
Now that we have the possibility to use the honor_labels configuration
there is no need for this specially treated annotation anymore.
2017-04-27 12:33:55 +02:00

17 lines
272 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: kube-state-metrics
k8s-app: kube-state-metrics
name: kube-state-metrics
spec:
ports:
- name: http-metrics
port: 8080
targetPort: metrics
protocol: TCP
selector:
app: kube-state-metrics