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
2020-02-16 14:19:34 +01:00

25 lines
518 B
JSON

{
"dependencies": [
{
"name": "kube-prometheus",
"source": {
"git": {
"remote": "https://github.com/coreos/kube-prometheus",
"subdir": "jsonnet/kube-prometheus"
}
},
"version": "master"
},
{
"name": "prometheus-pushgateway",
"source": {
"git": {
"remote": "https://github.com/tobru/kube-prometheus-pushgateway",
"subdir": "prometheus-pushgateway"
}
},
"version": "master"
}
]
}