Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dev suffix on datasource url #234

Merged
merged 1 commit into from
Oct 11, 2024
Merged

fix: dev suffix on datasource url #234

merged 1 commit into from
Oct 11, 2024

Conversation

bo0tzz
Copy link
Member

@bo0tzz bo0tzz commented Oct 11, 2024

Missed one :(

Copy link

--- kubernetes/apps/monitoring-dev/grafana/app Kustomization: flux-system/grafana-dev GrafanaDatasource: monitoring-dev/victoria-metrics

+++ kubernetes/apps/monitoring-dev/grafana/app Kustomization: flux-system/grafana-dev GrafanaDatasource: monitoring-dev/victoria-metrics

@@ -11,11 +11,11 @@

 spec:
   datasource:
     access: proxy
     isDefault: true
     name: victoria-metrics
     type: prometheus
-    url: http://vmsingle-vmetrics:8429
+    url: http://vmsingle-vmetrics-dev:8429
   instanceSelector:
     matchLabels:
       dashboards: grafana
 

@bo0tzz bo0tzz merged commit 524b19b into main Oct 11, 2024
2 checks passed
@bo0tzz bo0tzz deleted the fix/dev-datasource-url branch October 11, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants