Merge pull request #2500 from gorazio/patch-1

Add prometheus annotations to spec in ingress
pull/2546/merge
Andreas Krüger 2018-03-30 11:02:31 +02:00 committed by GitHub
commit 55195fe546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,9 @@ spec:
labels: labels:
k8s-app: ingress-nginx k8s-app: ingress-nginx
version: v{{ ingress_nginx_controller_image_tag }} version: v{{ ingress_nginx_controller_image_tag }}
annotations:
prometheus.io/port: '10254'
prometheus.io/scrape: 'true'
spec: spec:
{% if ingress_nginx_host_network %} {% if ingress_nginx_host_network %}
hostNetwork: true hostNetwork: true
@ -78,3 +81,4 @@ spec:
{% if rbac_enabled %} {% if rbac_enabled %}
serviceAccountName: ingress-nginx serviceAccountName: ingress-nginx
{% endif %} {% endif %}