Explorar el Código

Merge pull request #8344 from lukas-vlcek/8343

Fix path annotation for the Prometheus
OpenShift Merge Robot hace 6 años
padre
commit
053f18c6b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: