Skip to content

Commit e01b5af

Browse files
committed
fix
1 parent 4509d82 commit e01b5af

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/whiteboard-observability/files/grafana/provisioning/datasources

1 file changed

+1
-1
lines changed

infrastructure/whiteboard-observability/files/grafana/provisioning/datasources/prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ datasources:
44
- name: Prometheus
55
type: prometheus
66
access: proxy
7-
url: '{{ printf "http://%s-prometheus:3000" .Release.Name }}'
7+
url: '{{ printf "http://%s-prometheus" .Release.Name }}'
88
isDefault: true

0 commit comments

Comments
 (0)