kube/grafana/README.md

16 lines
401 B
Markdown
Raw Permalink Normal View History

2022-10-14 11:38:23 +00:00
# Grafana
2023-08-29 06:29:36 +00:00
This application is managed by [ArgoCD](https://argocd.k-space.ee/applications/argocd/grafana)
Should ArgoCD be down manifests here can be applied with:
2022-10-14 11:38:23 +00:00
```
kubectl create namespace grafana
kubectl apply -n grafana -f application.yml
```
## Grafana post deployment steps
* Configure Prometheus datasource with URL set to
2023-08-29 06:29:36 +00:00
`http://prometheus-operated.monitoring.svc.cluster.local:9090`