diff --git a/apigateway/helm/values.yaml b/apigateway/helm/values.yaml index 2127756..554937e 100644 --- a/apigateway/helm/values.yaml +++ b/apigateway/helm/values.yaml @@ -623,5 +623,10 @@ prometheus-elasticsearch-exporter: uri: "http://$(ES_USER):$(ES_PASSWORD)@apigw-apigateway-es-http:9200" serviceMonitor: - enabled: true - \ No newline at end of file + enabled: false + + podAnnotations: + prometheus.io/path: /metrics + prometheus.io/port: "9108" + prometheus.io/scheme: http + prometheus.io/scrape: "true" \ No newline at end of file