fix: add loki nodeport fallback for grafana datasource reachability
All checks were successful
Deploy Grafana Content / Grafana Content (push) Successful in 2m18s
Deploy Cluster / Terraform (push) Successful in 48s
Deploy Cluster / Ansible (push) Successful in 22m59s

This commit is contained in:
2026-03-04 19:39:16 +00:00
parent eb1ad0bea7
commit ff8e32daf5
4 changed files with 51 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ data:
- name: Loki
type: loki
access: proxy
url: "{{ grafana_loki_url }}"
url: "{{ grafana_loki_effective_url }}"
isDefault: false
{% endif %}

View File

@@ -10,7 +10,7 @@ data:
- name: "Prometheus"
type: prometheus
uid: prometheus
url: {{ grafana_prometheus_effective_url }}/
url: "{{ grafana_prometheus_effective_url }}/"
access: proxy
isDefault: true
jsonData: