Skip to content

Commit

Permalink
Corrected prometheus scraping address (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee0c authored and brusMX committed Mar 29, 2019
1 parent 76e8b37 commit df57188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/promitor-scraper/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ extraScrapeConfigs: |
metrics_path: {{ .Values.scrapeConfig.path }}
static_configs:
- targets:
- http://{{ template "promitor-scraper.fullname" . }}:{{ .Values.service.port }}
- {{ template "promitor-scraper.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.service.port }}
EOF
helm install stable/prometheus -f promitor-scrape-config.yaml

0 comments on commit df57188

Please sign in to comment.