1
0
Fork 0
kubernetes/grafana
Dustin 35ff500812 grafana: Configure Loki datastore
Usually, Grafana datastores are configured using its web GUI.  When
setting up a datastore that requires TLS client authentication, the
client certificate and private key have to be pasted into the form.
For certificates that renew frequently, this method would require a
frequent manual effort.  Fortunately, Grafana supports defining
datastores via its "provisioning" mechanism, reading the configuration
from YAML files on the filesystem.
2024-02-22 07:10:01 -06:00
..
datasources grafana: Configure Loki datastore 2024-02-22 07:10:01 -06:00
.gitignore grafana: Deploy Grafana 2024-01-27 22:01:08 -06:00
README.md grafana: Deploy Grafana 2024-01-27 22:01:08 -06:00
grafana.ini grafana: Deploy Grafana 2024-01-27 22:01:08 -06:00
grafana.yaml grafana: Configure Loki datastore 2024-02-22 07:10:01 -06:00
ingress.yaml grafana: Deploy Grafana 2024-01-27 22:01:08 -06:00
kustomization.yaml grafana: Configure Loki datastore 2024-02-22 07:10:01 -06:00
ldap.toml grafana: Deploy Grafana 2024-01-27 22:01:08 -06:00
loki-cert.yaml grafana: Configure Loki datastore 2024-02-22 07:10:01 -06:00
namespace.yaml grafana: Deploy Grafana 2024-01-27 22:01:08 -06:00
secrets.yaml grafana: Deploy Grafana 2024-01-27 22:01:08 -06:00

README.md

Grafana

Grafana dashboards. Straightforward, single-instance deployment with SQLite database (and thus a StatefulSet with a PersistentVolumeClaim).