Skip to content

Commit

Permalink
Merge pull request #29 from thesse1/prometheus-scraping-without-servi…
Browse files Browse the repository at this point in the history
…ce-monitor

Prometheus scraping without service monitor
  • Loading branch information
MarcFriedhoff authored Jan 22, 2024
2 parents 7b75020 + ed3b28a commit 7fadd84
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apigateway/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -623,5 +623,10 @@ prometheus-elasticsearch-exporter:
uri: "http://$(ES_USER):$(ES_PASSWORD)@apigw-apigateway-es-http:9200"

serviceMonitor:
enabled: true

enabled: false

podAnnotations:
prometheus.io/path: /metrics
prometheus.io/port: "9108"
prometheus.io/scheme: http
prometheus.io/scrape: "true"

0 comments on commit 7fadd84

Please sign in to comment.