Parcourir la source

Merge pull request #8344 from lukas-vlcek/8343

Fix path annotation for the Prometheus
OpenShift Merge Robot il y a 6 ans
Parent
commit
053f18c6b5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      roles/openshift_logging_elasticsearch/tasks/main.yaml

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

@@ -395,7 +395,7 @@
       metadata#annotations#service.alpha.openshift.io/serving-cert-secret-name: "prometheus-tls"
       metadata#annotations#prometheus.io/scrape: "true"
       metadata#annotations#prometheus.io/scheme: "https"
-      metadata#annotations#prometheus.io/path: "_prometheus/metrics"
+      metadata#annotations#prometheus.io/path: "/_prometheus/metrics"
 
 - name: Check to see if PVC already exists
   oc_obj: