diff --git a/docs/how-to/grafana/build-grafana-container.md b/docs/how-to/grafana/build-grafana-container.md index 0c073ce..0576f08 100644 --- a/docs/how-to/grafana/build-grafana-container.md +++ b/docs/how-to/grafana/build-grafana-container.md @@ -1,6 +1,7 @@ --- title: Build Grafana Container -modified: 2026-02-23 +modified: 2026-02-28 +last-reviewed: 2026-02-28 tags: - how-to - grafana @@ -36,5 +37,7 @@ The k8s-sidecar image (`quay.io/kiwigrid/k8s-sidecar`) is still pulled from upst ## Related +- [[grafana]] — Service reference card - [[upgrade-grafana]] — Migration context +- [[kustomize-grafana-deployment]] — Kustomize manifest structure - [[build-container-image]] — Standard container build workflow diff --git a/docs/reference/services/grafana.md b/docs/reference/services/grafana.md index ef48321..7bb8a40 100644 --- a/docs/reference/services/grafana.md +++ b/docs/reference/services/grafana.md @@ -1,6 +1,6 @@ --- title: Grafana -modified: 2026-02-08 +modified: 2026-02-28 tags: - service - observability @@ -17,8 +17,8 @@ Dashboards and visualization for BlumeOps observability. | **URL** | https://grafana.ops.eblu.me | | **Tailscale URL** | https://grafana.tail8d86e.ts.net | | **Namespace** | `monitoring` | -| **Helm Chart** | grafana (mirrored to forge) | -| **Values** | `argocd/manifests/grafana/values.yaml` | +| **Deployment** | Kustomize (`argocd/manifests/grafana/`) | +| **Image** | `registry.ops.eblu.me/blumeops/grafana` | ## Authentication @@ -57,6 +57,8 @@ Optional annotation: `grafana_folder: "FolderName"` ## Related +- [[build-grafana-container]] - Home-built container image +- [[kustomize-grafana-deployment]] - Kustomize manifest structure - [[authentik]] - OIDC identity provider for SSO - [[prometheus]] - Metrics datasource - [[loki]] - Logs datasource