1
0
forked from k-space/kube
Files
kube/grafana/README.md
2023-08-29 09:29:36 +03:00

16 lines
401 B
Markdown

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