uncomment annotations as suggested

This commit is contained in:
Marcos Bjoerkelund
2019-08-27 13:20:25 +02:00
parent 7b4341e2d1
commit 87b0eba709
2 changed files with 5 additions and 5 deletions

View File

@@ -333,9 +333,9 @@ metrics:
enabled: true
service:
annotations: {}
# prometheus.io/scrape: "true"
# prometheus.io/port: "10254"
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
omitClusterIP: false
clusterIP: ""

View File

@@ -334,8 +334,8 @@ metrics:
service:
annotations: {}
# prometheus.io/scrape: "true"
# prometheus.io/port: "10254"
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
omitClusterIP: false
clusterIP: ""