This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/monitoring/jsonnetfile.json

25 lines
523 B
JSON
Raw Normal View History

2020-02-11 21:21:17 +00:00
{
"dependencies": [
{
"name": "kube-prometheus",
"source": {
"git": {
"remote": "https://github.com/coreos/kube-prometheus",
"subdir": "jsonnet/kube-prometheus"
}
},
"version": "master"
2020-02-16 13:11:49 +00:00
},
{
"name": "prometheus-pushgateway",
"source": {
"git": {
"remote": "https://github.com/latchmihay/kube-prometheus-pushgateway",
"subdir": "prometheus-pushgateway"
}
},
"version": "master"
2020-02-11 21:21:17 +00:00
}
]
}