review prometheus docs

This commit is contained in:
Giancarlo Rubio 2017-10-03 12:43:45 +02:00
parent 88e6af5b39
commit 0813704a90
9 changed files with 128 additions and 63 deletions

View file

@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: nginx-ingress-controller-service
namespace: kube-system
labels:
k8s-app: nginx-ingress-controller-service
annotations:
prometheus.io/port: '10254'
prometheus.io/scrape: 'true'
spec:
ports:
- name: http-metrics
port: 8080
targetPort: 10254
protocol: TCP
selector:
k8s-app: nginx-ingress-controller