Skip to content

Commit

Permalink
Merge pull request #101 from scality/fix-prometheus-url
Browse files Browse the repository at this point in the history
kube_prometheus: Fix Prometheus UI URL
  • Loading branch information
NicolasT committed Jul 3, 2018
2 parents 0f63653 + 2dbef16 commit a212257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kube_prometheus/templates/prometheus_values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ grafana:
kubernetes.io/name: "Grafana"

prometheus:
externalUrl: '/api/v1/namespaces/kube-ops/services/kube-prometheus-prometheus:http/proxy/'
externalUrl: '/api/v1/namespaces/kube-ops/services/kube-prometheus:http/proxy/'
service:
labels:
kubernetes.io/cluster-service: "true"
Expand Down

0 comments on commit a212257

Please sign in to comment.