浏览代码

Specify service port for Prometheus scraping

Closes #8431
Lukáš Vlček 6 年之前
父节点
当前提交
a8e78728c5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      roles/openshift_logging_elasticsearch/tasks/main.yaml

+ 1 - 0
roles/openshift_logging_elasticsearch/tasks/main.yaml

@@ -396,6 +396,7 @@
       metadata#annotations#prometheus.io/scrape: "true"
       metadata#annotations#prometheus.io/scheme: "https"
       metadata#annotations#prometheus.io/path: "/_prometheus/metrics"
+      metadata#annotations#prometheus.io/port: "4443"
 
 - name: Check to see if PVC already exists
   oc_obj: