mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Added templates which produce K8s resources. With the provided GCP wrapper, it works on GCP K8s cluster. This isn't stable enough for other folks to use so will need more piloting before it can be documented and released.
21 lines
437 B
YAML
21 lines
437 B
YAML
apiVersion: 1
|
|
|
|
prune: true
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
orgId: 1
|
|
# <string> Sets a custom UID to reference this
|
|
# data source in other parts of the configuration.
|
|
# If not specified, Grafana generates one.
|
|
uid: 'f6b18033-5918-4e05-a1ca-4cb30343b129'
|
|
|
|
url: http://prometheus:9090
|
|
|
|
basicAuth: false
|
|
withCredentials: false
|
|
isDefault: true
|
|
editable: true
|
|
|